Html Css Color HEX #008DED Dodger Blue

📋 copy color: '#008DED'

red 0 ◦ green 141 ◦ blue 237

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

Shades of Dodger Blue #008DED

Tints of Dodger Blue #008DED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 62.7%

R = 0%
G = 37.3%
B = 62.7%

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

#008DED (or 0x008DED) is known color: Dodger Blue. HEX triplet: 00, 8D and ED. RGB value is (0,141,237). Sum of RGB (Red+Green+Blue) = 0+141+237=378 (50% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 378); Green value is 141 (55.47% from 255 or 37.30% from 378); Blue value is 237 (92.97% from 255 or 62.70% from 378); Max value from RGB is 237 - color contains mainly: blue. Hex color #008DED is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #008DED is #FF7212. Grayscale: #6D6D6D. Windows color (decimal): -16740883 or 15568128. OLE color: 15568128.

HSL color Cylindrical-coordinate representation of color #008DED: hue angle of 204.3º 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 #008DED is Cyan = 1, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 0 141 237 -
CMYK 1 0.41 0 0.07
HSL 204.3º 1% 0.46% -
HSV(B) 204.3º 1% 0.93% -
XYZ 24.81 25.16 83.67 -
YUV 109.79 199.79 49.69 -
System Red Green Blue C M Y K H S L
Decimal 0 141 237 1 0.41 0 0.07 204.3 1 0.46
Hex 0 8D ED 64 29 0 7 CC 64 2E
Octal 0 215 355 144 51 0 7 314 144 56
Binary 0 10001101 11101101 1100100 101001 0 111 11001100 1100100 101110

Color Harmonies of #008DED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #008DED

Black with #008DED

Text Example


Text Example

White with #008DED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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