Html Css Color HEX #038EEF Dodger Blue

📋 copy color: '#038EEF'

red 3 ◦ green 142 ◦ blue 239

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

Shades of Dodger Blue #038EEF

Tints of Dodger Blue #038EEF

RGB

 RED value IS 3 (1.56% from 255) = 0.78%

 GREEN value IS 142 (55.86% from 255) = 36.98%

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

R = 0.78%
G = 36.98%
B = 62.24%

CMYK

 C value IS 0.99

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#038EEF (or 0x038EEF) is known color: Dodger Blue. HEX triplet: 03, 8E and EF. RGB value is (3,142,239). Sum of RGB (Red+Green+Blue) = 3+142+239=384 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.78% from 384); Green value is 142 (55.86% from 255 or 36.98% from 384); Blue value is 239 (93.75% from 255 or 62.24% from 384); Max value from RGB is 239 - color contains mainly: blue. Hex color #038EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038EEF is #FC7110. Grayscale: #6E6E6E. Windows color (decimal): -16544017 or 15699459. OLE color: 15699459.

HSL color Cylindrical-coordinate representation of color #038EEF: hue angle of 204.66º degrees, saturation: 0.98, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038EEF is Cyan = 0.99, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 3 142 239 -
CMYK 0.99 0.41 0 0.06
HSL 204.66º 0.98% 0.47% -
HSV(B) 204.66º 0.99% 0.94% -
XYZ 25.29 25.6 85.27 -
YUV 111.5 199.95 50.61 -
System Red Green Blue C M Y K H S L
Decimal 3 142 239 0.99 0.41 0 0.06 204.66 0.98 0.47
Hex 3 8E EF 63 29 0 6 CD 62 2F
Octal 3 216 357 143 51 0 6 315 142 57
Binary 11 10001110 11101111 1100011 101001 0 110 11001101 1100010 101111

Color Harmonies of #038EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EEF

Black with #038EEF

Text Example


Text Example

White with #038EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #038EEF; }

 p { color: rgb(3,142,239); }

 H1.HeaderClassName
 {
   color: #038EEF;
 }
 .AnyTagClassName
 {
   color: #038EEF;
 }
</style>

background-color css

<style>
 a { background-color: #038EEF; }

 a { background-color: rgb(3,142,239); }

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

border-color css

<style>
 span { border-color: #038EEF; }

 span { border-color: rgb(3,142,239); }

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