Html Css Color HEX #0D8EEF Dodger Blue

📋 copy color: '#0D8EEF'

red 13 ◦ green 142 ◦ blue 239

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

Shades of Dodger Blue #0D8EEF

Tints of Dodger Blue #0D8EEF

RGB

 RED value IS 13 (5.47% from 255) = 3.3%

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

 BLUE value IS 239 (93.75% from 255) = 60.66%

R = 3.3%
G = 36.04%
B = 60.66%

CMYK

 C value IS 0.95

 M value IS 0.41

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#0D8EEF (or 0x0D8EEF) is known color: Dodger Blue. HEX triplet: 0D, 8E and EF. RGB value is (13,142,239). Sum of RGB (Red+Green+Blue) = 13+142+239=394 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.30% from 394); Green value is 142 (55.86% from 255 or 36.04% from 394); Blue value is 239 (93.75% from 255 or 60.66% from 394); Max value from RGB is 239 - color contains mainly: blue. Hex color #0D8EEF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8EEF is #F27110. Grayscale: #717171. Windows color (decimal): -15888657 or 15699469. OLE color: 15699469.

HSL color Cylindrical-coordinate representation of color #0D8EEF: hue angle of 205.75º degrees, saturation: 0.9, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D8EEF is Cyan = 0.95, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 13 142 239 -
CMYK 0.95 0.41 0 0.06
HSL 205.75º 0.9% 0.49% -
HSV(B) 205.75º 0.95% 0.94% -
XYZ 25.42 25.66 85.28 -
YUV 114.49 198.26 55.61 -
System Red Green Blue C M Y K H S L
Decimal 13 142 239 0.95 0.41 0 0.06 205.75 0.9 0.49
Hex D 8E EF 5F 29 0 6 CE 5A 31
Octal 15 216 357 137 51 0 6 316 132 61
Binary 1101 10001110 11101111 1011111 101001 0 110 11001110 1011010 110001

Color Harmonies of #0D8EEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8EEF

Black with #0D8EEF

Text Example


Text Example

White with #0D8EEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D8EEF; }

 p { color: rgb(13,142,239); }

 H1.HeaderClassName
 {
   color: #0D8EEF;
 }
 .AnyTagClassName
 {
   color: #0D8EEF;
 }
</style>

background-color css

<style>
 a { background-color: #0D8EEF; }

 a { background-color: rgb(13,142,239); }

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

border-color css

<style>
 span { border-color: #0D8EEF; }

 span { border-color: rgb(13,142,239); }

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