Html Css Color HEX #0D6AF9 Dodger Blue

📋 copy color: '#0D6AF9'

red 13 ◦ green 106 ◦ blue 249

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

Shades of Dodger Blue #0D6AF9

Tints of Dodger Blue #0D6AF9

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.8%

 BLUE value IS 249 (97.66% from 255) = 67.66%

R = 3.53%
G = 28.8%
B = 67.66%

CMYK

 C value IS 0.95

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0D6AF9 (or 0x0D6AF9) is known color: Dodger Blue. HEX triplet: 0D, 6A and F9. RGB value is (13,106,249). Sum of RGB (Red+Green+Blue) = 13+106+249=368 (48% of max value = 765). Red value is 13 (5.47% from 255 or 3.53% from 368); Green value is 106 (41.80% from 255 or 28.80% from 368); Blue value is 249 (97.66% from 255 or 67.66% from 368); Max value from RGB is 249 - color contains mainly: blue. Hex color #0D6AF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D6AF9 is #F29506. Grayscale: #5D5D5D. Windows color (decimal): -15897863 or 16345613. OLE color: 16345613.

HSL color Cylindrical-coordinate representation of color #0D6AF9: hue angle of 216.36º degrees, saturation: 0.95, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D6AF9 is Cyan = 0.95, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 106 249 -
CMYK 0.95 0.57 0 0.02
HSL 216.36º 0.95% 0.51% -
HSV(B) 216.36º 0.95% 0.98% -
XYZ 22.42 17.23 91.77 -
YUV 94.5 215.19 69.87 -
System Red Green Blue C M Y K H S L
Decimal 13 106 249 0.95 0.57 0 0.02 216.36 0.95 0.51
Hex D 6A F9 5F 39 0 2 D8 5F 33
Octal 15 152 371 137 71 0 2 330 137 63
Binary 1101 1101010 11111001 1011111 111001 0 10 11011000 1011111 110011

Color Harmonies of #0D6AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D6AF9

Black with #0D6AF9

Text Example


Text Example

White with #0D6AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,106,249); }

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

background-color css

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

 a { background-color: rgb(13,106,249); }

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

border-color css

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

 span { border-color: rgb(13,106,249); }

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