Html Css Color HEX #008DEC Dodger Blue

📋 copy color: '#008DEC'

red 0 ◦ green 141 ◦ blue 236

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

Shades of Dodger Blue #008DEC

Tints of Dodger Blue #008DEC

RGB

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

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

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

R = 0%
G = 37.4%
B = 62.6%

CMYK

 C value IS 1

 M value IS 0.40

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#008DEC (or 0x008DEC) is known color: Dodger Blue. HEX triplet: 00, 8D and EC. RGB value is (0,141,236). Sum of RGB (Red+Green+Blue) = 0+141+236=377 (49% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 377); Green value is 141 (55.47% from 255 or 37.40% from 377); Blue value is 236 (92.58% from 255 or 62.60% from 377); Max value from RGB is 236 - color contains mainly: blue. Hex color #008DEC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008DEC is #FF7213. Grayscale: #6D6D6D. Windows color (decimal): -16740884 or 15502592. OLE color: 15502592.

HSL color Cylindrical-coordinate representation of color #008DEC: hue angle of 204.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008DEC is Cyan = 1, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 141 236 -
CMYK 1 0.40 0 0.07
HSL 204.15º 1% 0.46% -
HSV(B) 204.15º 1% 0.93% -
XYZ 24.67 25.11 82.9 -
YUV 109.67 199.29 49.78 -
System Red Green Blue C M Y K H S L
Decimal 0 141 236 1 0.40 0 0.07 204.15 1 0.46
Hex 0 8D EC 64 28 0 7 CC 64 2E
Octal 0 215 354 144 50 0 7 314 144 56
Binary 0 10001101 11101100 1100100 101000 0 111 11001100 1100100 101110

Color Harmonies of #008DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DEC

Black with #008DEC

Text Example


Text Example

White with #008DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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