Html Css Color HEX #0D8ADE Dodger Blue

📋 copy color: '#0D8ADE'

red 13 ◦ green 138 ◦ blue 222

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

Shades of Dodger Blue #0D8ADE

Tints of Dodger Blue #0D8ADE

RGB

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

 GREEN value IS 138 (54.3% from 255) = 37%

 BLUE value IS 222 (87.11% from 255) = 59.52%

R = 3.49%
G = 37%
B = 59.52%

CMYK

 C value IS 0.94

 M value IS 0.38

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0D8ADE (or 0x0D8ADE) is known color: Dodger Blue. HEX triplet: 0D, 8A and DE. RGB value is (13,138,222). Sum of RGB (Red+Green+Blue) = 13+138+222=373 (49% of max value = 765). Red value is 13 (5.47% from 255 or 3.49% from 373); Green value is 138 (54.30% from 255 or 37.00% from 373); Blue value is 222 (87.11% from 255 or 59.52% from 373); Max value from RGB is 222 - color contains mainly: blue. Hex color #0D8ADE is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0D8ADE is #F27521. Grayscale: #6D6D6D. Windows color (decimal): -15889698 or 14584333. OLE color: 14584333.

HSL color Cylindrical-coordinate representation of color #0D8ADE: hue angle of 204.11º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8ADE is Cyan = 0.94, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 13 138 222 -
CMYK 0.94 0.38 0 0.13
HSL 204.11º 0.89% 0.46% -
HSV(B) 204.11º 0.94% 0.87% -
XYZ 22.44 23.54 72.47 -
YUV 110.2 191.09 58.67 -
System Red Green Blue C M Y K H S L
Decimal 13 138 222 0.94 0.38 0 0.13 204.11 0.89 0.46
Hex D 8A DE 5E 26 0 D CC 59 2E
Octal 15 212 336 136 46 0 15 314 131 56
Binary 1101 10001010 11011110 1011110 100110 0 1101 11001100 1011001 101110

Color Harmonies of #0D8ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8ADE

Black with #0D8ADE

Text Example


Text Example

White with #0D8ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,138,222); }

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

background-color css

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

 a { background-color: rgb(13,138,222); }

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

border-color css

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

 span { border-color: rgb(13,138,222); }

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