Html Css Color HEX #0D76F9 Dodger Blue

📋 copy color: '#0D76F9'

red 13 ◦ green 118 ◦ blue 249

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

Shades of Dodger Blue #0D76F9

Tints of Dodger Blue #0D76F9

RGB

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

 GREEN value IS 118 (46.48% from 255) = 31.05%

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

R = 3.42%
G = 31.05%
B = 65.53%

CMYK

 C value IS 0.95

 M value IS 0.53

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0D76F9 (or 0x0D76F9) is known color: Dodger Blue. HEX triplet: 0D, 76 and F9. RGB value is (13,118,249). Sum of RGB (Red+Green+Blue) = 13+118+249=380 (50% of max value = 765). Red value is 13 (5.47% from 255 or 3.42% from 380); Green value is 118 (46.48% from 255 or 31.05% from 380); Blue value is 249 (97.66% from 255 or 65.53% from 380); Max value from RGB is 249 - color contains mainly: blue. Hex color #0D76F9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0D76F9 is #F28906. Grayscale: #646464. Windows color (decimal): -15894791 or 16348685. OLE color: 16348685.

HSL color Cylindrical-coordinate representation of color #0D76F9: hue angle of 213.31º 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 #0D76F9 is Cyan = 0.95, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 13 118 249 -
CMYK 0.95 0.53 0 0.02
HSL 213.31º 0.95% 0.51% -
HSV(B) 213.31º 0.95% 0.98% -
XYZ 23.74 19.88 92.21 -
YUV 101.54 211.21 64.85 -
System Red Green Blue C M Y K H S L
Decimal 13 118 249 0.95 0.53 0 0.02 213.31 0.95 0.51
Hex D 76 F9 5F 35 0 2 D5 5F 33
Octal 15 166 371 137 65 0 2 325 137 63
Binary 1101 1110110 11111001 1011111 110101 0 10 11010101 1011111 110011

Color Harmonies of #0D76F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D76F9

Black with #0D76F9

Text Example


Text Example

White with #0D76F9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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