Html Css Color HEX #0D8DF2 Dodger Blue

📋 copy color: '#0D8DF2'

red 13 ◦ green 141 ◦ blue 242

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

Shades of Dodger Blue #0D8DF2

Tints of Dodger Blue #0D8DF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 61.11%

R = 3.28%
G = 35.61%
B = 61.11%

CMYK

 C value IS 0.95

 M value IS 0.42

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#0D8DF2 (or 0x0D8DF2) is known color: Dodger Blue. HEX triplet: 0D, 8D and F2. RGB value is (13,141,242). Sum of RGB (Red+Green+Blue) = 13+141+242=396 (52% of max value = 765). Red value is 13 (5.47% from 255 or 3.28% from 396); Green value is 141 (55.47% from 255 or 35.61% from 396); Blue value is 242 (94.92% from 255 or 61.11% from 396); Max value from RGB is 242 - color contains mainly: blue. Hex color #0D8DF2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0D8DF2 is #F2720D. Grayscale: #717171. Windows color (decimal): -15888910 or 15895821. OLE color: 15895821.

HSL color Cylindrical-coordinate representation of color #0D8DF2: hue angle of 206.46º degrees, saturation: 0.9, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D8DF2 is Cyan = 0.95, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 13 141 242 -
CMYK 0.95 0.42 0 0.05
HSL 206.46º 0.9% 0.5% -
HSV(B) 206.46º 0.95% 0.95% -
XYZ 25.72 25.55 87.58 -
YUV 114.24 200.09 55.79 -
System Red Green Blue C M Y K H S L
Decimal 13 141 242 0.95 0.42 0 0.05 206.46 0.9 0.5
Hex D 8D F2 5F 2A 0 5 CE 5A 32
Octal 15 215 362 137 52 0 5 316 132 62
Binary 1101 10001101 11110010 1011111 101010 0 101 11001110 1011010 110010

Color Harmonies of #0D8DF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D8DF2

Black with #0D8DF2

Text Example


Text Example

White with #0D8DF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,141,242); }

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

background-color css

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

 a { background-color: rgb(13,141,242); }

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

border-color css

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

 span { border-color: rgb(13,141,242); }

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