Html Css Color HEX #0A6AF7 Dodger Blue

📋 copy color: '#0A6AF7'

red 10 ◦ green 106 ◦ blue 247

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

Shades of Dodger Blue #0A6AF7

Tints of Dodger Blue #0A6AF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 68.04%

R = 2.75%
G = 29.2%
B = 68.04%

CMYK

 C value IS 0.96

 M value IS 0.57

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#0A6AF7 (or 0x0A6AF7) is known color: Dodger Blue. HEX triplet: 0A, 6A and F7. RGB value is (10,106,247). Sum of RGB (Red+Green+Blue) = 10+106+247=363 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.75% from 363); Green value is 106 (41.80% from 255 or 29.20% from 363); Blue value is 247 (96.88% from 255 or 68.04% from 363); Max value from RGB is 247 - color contains mainly: blue. Hex color #0A6AF7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A6AF7 is #F59508. Grayscale: #5C5C5C. Windows color (decimal): -16094473 or 16214538. OLE color: 16214538.

HSL color Cylindrical-coordinate representation of color #0A6AF7: hue angle of 215.7º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A6AF7 is Cyan = 0.96, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 10 106 247 -
CMYK 0.96 0.57 0 0.03
HSL 215.7º 0.94% 0.5% -
HSV(B) 215.7º 0.96% 0.97% -
XYZ 22.07 17.09 90.13 -
YUV 93.37 214.7 68.54 -
System Red Green Blue C M Y K H S L
Decimal 10 106 247 0.96 0.57 0 0.03 215.7 0.94 0.5
Hex A 6A F7 60 39 0 3 D8 5E 32
Octal 12 152 367 140 71 0 3 330 136 62
Binary 1010 1101010 11110111 1100000 111001 0 11 11011000 1011110 110010

Color Harmonies of #0A6AF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6AF7

Black with #0A6AF7

Text Example


Text Example

White with #0A6AF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,106,247); }

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

background-color css

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

 a { background-color: rgb(10,106,247); }

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

border-color css

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

 span { border-color: rgb(10,106,247); }

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