Html Css Color HEX #038DEC Dodger Blue

📋 copy color: '#038DEC'

red 3 ◦ green 141 ◦ blue 236

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

Shades of Dodger Blue #038DEC

Tints of Dodger Blue #038DEC

RGB

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

 GREEN value IS 141 (55.47% from 255) = 37.11%

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

R = 0.79%
G = 37.11%
B = 62.11%

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

#038DEC (or 0x038DEC) is known color: Dodger Blue. HEX triplet: 03, 8D and EC. RGB value is (3,141,236). Sum of RGB (Red+Green+Blue) = 3+141+236=380 (50% of max value = 765). Red value is 3 (1.56% from 255 or 0.79% from 380); Green value is 141 (55.47% from 255 or 37.11% from 380); Blue value is 236 (92.58% from 255 or 62.11% from 380); Max value from RGB is 236 - color contains mainly: blue. Hex color #038DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #038DEC is #FC7213. Grayscale: #6E6E6E. Windows color (decimal): -16544276 or 15502595. OLE color: 15502595.

HSL color Cylindrical-coordinate representation of color #038DEC: hue angle of 204.46º 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 #038DEC is Cyan = 0.99, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 3 141 236 -
CMYK 0.99 0.40 0 0.07
HSL 204.46º 0.97% 0.47% -
HSV(B) 204.46º 0.99% 0.93% -
XYZ 24.7 25.13 82.9 -
YUV 110.57 198.78 51.28 -
System Red Green Blue C M Y K H S L
Decimal 3 141 236 0.99 0.40 0 0.07 204.46 0.97 0.47
Hex 3 8D EC 63 28 0 7 CC 61 2F
Octal 3 215 354 143 50 0 7 314 141 57
Binary 11 10001101 11101100 1100011 101000 0 111 11001100 1100001 101111

Color Harmonies of #038DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #038DEC

Black with #038DEC

Text Example


Text Example

White with #038DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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