Html Css Color HEX #0D8CEA Dodger Blue

📋 copy color: '#0D8CEA'

red 13 ◦ green 140 ◦ blue 234

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

Shades of Dodger Blue #0D8CEA

Tints of Dodger Blue #0D8CEA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

 BLUE value IS 234 (91.8% from 255) = 60.47%

R = 3.36%
G = 36.18%
B = 60.47%

CMYK

 C value IS 0.94

 M value IS 0.40

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#0D8CEA (or 0x0D8CEA) is known color: Dodger Blue. HEX triplet: 0D, 8C and EA. RGB value is (13,140,234). Sum of RGB (Red+Green+Blue) = 13+140+234=387 (51% of max value = 765). Red value is 13 (5.47% from 255 or 3.36% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 234 (91.80% from 255 or 60.47% from 387); Max value from RGB is 234 - color contains mainly: blue. Hex color #0D8CEA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8CEA is #F27315. Grayscale: #707070. Windows color (decimal): -15889174 or 15371277. OLE color: 15371277.

HSL color Cylindrical-coordinate representation of color #0D8CEA: hue angle of 205.52º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0D8CEA is Cyan = 0.94, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 13 140 234 -
CMYK 0.94 0.40 0 0.08
HSL 205.52º 0.89% 0.48% -
HSV(B) 205.52º 0.94% 0.92% -
XYZ 24.4 24.78 81.34 -
YUV 112.74 196.42 56.86 -
System Red Green Blue C M Y K H S L
Decimal 13 140 234 0.94 0.40 0 0.08 205.52 0.89 0.48
Hex D 8C EA 5E 28 0 8 CE 59 30
Octal 15 214 352 136 50 0 10 316 131 60
Binary 1101 10001100 11101010 1011110 101000 0 1000 11001110 1011001 110000

Color Harmonies of #0D8CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8CEA

Black with #0D8CEA

Text Example


Text Example

White with #0D8CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,140,234); }

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

background-color css

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

 a { background-color: rgb(13,140,234); }

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

border-color css

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

 span { border-color: rgb(13,140,234); }

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