Html Css Color HEX #0A7DF9 Dodger Blue

📋 copy color: '#0A7DF9'

red 10 ◦ green 125 ◦ blue 249

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

Shades of Dodger Blue #0A7DF9

Tints of Dodger Blue #0A7DF9

RGB

 RED value IS 10 (4.3% from 255) = 2.6%

 GREEN value IS 125 (49.22% from 255) = 32.55%

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

R = 2.6%
G = 32.55%
B = 64.84%

CMYK

 C value IS 0.96

 M value IS 0.50

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#0A7DF9 (or 0x0A7DF9) is known color: Dodger Blue. HEX triplet: 0A, 7D and F9. RGB value is (10,125,249). Sum of RGB (Red+Green+Blue) = 10+125+249=384 (50% of max value = 765). Red value is 10 (4.30% from 255 or 2.60% from 384); Green value is 125 (49.22% from 255 or 32.55% from 384); Blue value is 249 (97.66% from 255 or 64.84% from 384); Max value from RGB is 249 - color contains mainly: blue. Hex color #0A7DF9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A7DF9 is #F58206. Grayscale: #686868. Windows color (decimal): -16089607 or 16350474. OLE color: 16350474.

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

Color convert

RGB 10 125 249 -
CMYK 0.96 0.50 0 0.02
HSL 211.13º 0.95% 0.51% -
HSV(B) 211.13º 0.96% 0.98% -
XYZ 24.56 21.57 92.49 -
YUV 104.75 209.4 60.42 -
System Red Green Blue C M Y K H S L
Decimal 10 125 249 0.96 0.50 0 0.02 211.13 0.95 0.51
Hex A 7D F9 60 32 0 2 D3 5F 33
Octal 12 175 371 140 62 0 2 323 137 63
Binary 1010 1111101 11111001 1100000 110010 0 10 11010011 1011111 110011

Color Harmonies of #0A7DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A7DF9

Black with #0A7DF9

Text Example


Text Example

White with #0A7DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,125,249); }

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

background-color css

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

 a { background-color: rgb(10,125,249); }

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

border-color css

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

 span { border-color: rgb(10,125,249); }

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