Html Css Color HEX #038EEC Dodger Blue

📋 copy color: '#038EEC'

red 3 ◦ green 142 ◦ blue 236

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

Shades of Dodger Blue #038EEC

Tints of Dodger Blue #038EEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 61.94%

R = 0.79%
G = 37.27%
B = 61.94%

CMYK

 C value IS 0.99

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#038EEC (or 0x038EEC) is known color: Dodger Blue. HEX triplet: 03, 8E and EC. RGB value is (3,142,236). Sum of RGB (Red+Green+Blue) = 3+142+236=381 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 381); Green value is 142 (55.86% from 255 or 37.27% from 381); Blue value is 236 (92.58% from 255 or 61.94% from 381); Max value from RGB is 236 - color contains mainly: blue. Hex color #038EEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038EEC is #FC7113. Grayscale: #6E6E6E. Windows color (decimal): -16544020 or 15502851. OLE color: 15502851.

HSL color Cylindrical-coordinate representation of color #038EEC: hue angle of 204.21º degrees, saturation: 0.97, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #038EEC is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 142 236 -
CMYK 0.99 0.40 0 0.07
HSL 204.21º 0.97% 0.47% -
HSV(B) 204.21º 0.99% 0.93% -
XYZ 24.85 25.42 82.95 -
YUV 111.16 198.45 50.86 -
System Red Green Blue C M Y K H S L
Decimal 3 142 236 0.99 0.40 0 0.07 204.21 0.97 0.47
Hex 3 8E EC 63 28 0 7 CC 61 2F
Octal 3 216 354 143 50 0 7 314 141 57
Binary 11 10001110 11101100 1100011 101000 0 111 11001100 1100001 101111

Color Harmonies of #038EEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038EEC

Black with #038EEC

Text Example


Text Example

White with #038EEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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