Html Css Color HEX #008DEE Dodger Blue

📋 copy color: '#008DEE'

red 0 ◦ green 141 ◦ blue 238

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

Shades of Dodger Blue #008DEE

Tints of Dodger Blue #008DEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 62.8%

R = 0%
G = 37.2%
B = 62.8%

CMYK

 C value IS 1

 M value IS 0.41

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#008DEE (or 0x008DEE) is known color: Dodger Blue. HEX triplet: 00, 8D and EE. RGB value is (0,141,238). Sum of RGB (Red+Green+Blue) = 0+141+238=379 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 379); Green value is 141 (55.47% from 255 or 37.20% from 379); Blue value is 238 (93.36% from 255 or 62.80% from 379); Max value from RGB is 238 - color contains mainly: blue. Hex color #008DEE is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008DEE is #FF7211. Grayscale: #6D6D6D. Windows color (decimal): -16740882 or 15633664. OLE color: 15633664.

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

Color convert

RGB 0 141 238 -
CMYK 1 0.41 0 0.07
HSL 204.45º 1% 0.47% -
HSV(B) 204.45º 1% 0.93% -
XYZ 24.96 25.22 84.44 -
YUV 109.9 200.29 49.61 -
System Red Green Blue C M Y K H S L
Decimal 0 141 238 1 0.41 0 0.07 204.45 1 0.47
Hex 0 8D EE 64 29 0 7 CC 64 2F
Octal 0 215 356 144 51 0 7 314 144 57
Binary 0 10001101 11101110 1100100 101001 0 111 11001100 1100100 101111

Color Harmonies of #008DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DEE

Black with #008DEE

Text Example


Text Example

White with #008DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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