Html Css Color HEX #0093EF Dodger Blue

📋 copy color: '#0093EF'

red 0 ◦ green 147 ◦ blue 239

#0093EF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dodger Blue #0093EF

Tints of Dodger Blue #0093EF

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 147 (57.81% from 255) = 38.08%

 BLUE value IS 239 (93.75% from 255) = 61.92%

R = 0%
G = 38.08%
B = 61.92%

CMYK

 C value IS 1

 M value IS 0.38

 Y value IS 0

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0093EF (or 0x0093EF) is known color: Dodger Blue. HEX triplet: 00, 93 and EF. RGB value is (0,147,239). Sum of RGB (Red+Green+Blue) = 0+147+239=386 (51% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 386); Green value is 147 (57.81% from 255 or 38.08% from 386); Blue value is 239 (93.75% from 255 or 61.92% from 386); Max value from RGB is 239 - color contains mainly: blue. Hex color #0093EF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0093EF is #FF6C10. Grayscale: #717171. Windows color (decimal): -16739345 or 15700736. OLE color: 15700736.

HSL color Cylindrical-coordinate representation of color #0093EF: hue angle of 203.1º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0093EF is Cyan = 1, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 0 147 239 -
CMYK 1 0.38 0 0.06
HSL 203.1º 1% 0.47% -
HSV(B) 203.1º 1% 0.94% -
XYZ 26.01 27.1 85.52 -
YUV 113.54 198.8 47.02 -
System Red Green Blue C M Y K H S L
Decimal 0 147 239 1 0.38 0 0.06 203.1 1 0.47
Hex 0 93 EF 64 26 0 6 CB 64 2F
Octal 0 223 357 144 46 0 6 313 144 57
Binary 0 10010011 11101111 1100100 100110 0 110 11001011 1100100 101111

Color Harmonies of #0093EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0093EF

Black with #0093EF

Text Example


Text Example

White with #0093EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0093EF; }

 p { color: rgb(0,147,239); }

 H1.HeaderClassName
 {
   color: #0093EF;
 }
 .AnyTagClassName
 {
   color: #0093EF;
 }
</style>

background-color css

<style>
 a { background-color: #0093EF; }

 a { background-color: rgb(0,147,239); }

 div.DivClassName
 {
   background-color: #0093EF;
 }
 .BgClassName
 {
   background-color: #0093EF;
 }
</style>

border-color css

<style>
 span { border-color: #0093EF; }

 span { border-color: rgb(0,147,239); }

 td.TdClassName
 {
   border-color: #0093EF;
 }
 .TagClassName
 {
   border-color: #0093EF;
 }
</style>