Html Css Color HEX #0A6AFD Dodger Blue

📋 copy color: '#0A6AFD'

red 10 ◦ green 106 ◦ blue 253

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

Shades of Dodger Blue #0A6AFD

Tints of Dodger Blue #0A6AFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 68.56%

R = 2.71%
G = 28.73%
B = 68.56%

CMYK

 C value IS 0.96

 M value IS 0.58

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#0A6AFD (or 0x0A6AFD) is known color: Dodger Blue. HEX triplet: 0A, 6A and FD. RGB value is (10,106,253). Sum of RGB (Red+Green+Blue) = 10+106+253=369 (48% of max value = 765). Red value is 10 (4.30% from 255 or 2.71% from 369); Green value is 106 (41.80% from 255 or 28.73% from 369); Blue value is 253 (99.22% from 255 or 68.56% from 369); Max value from RGB is 253 - color contains mainly: blue. Hex color #0A6AFD is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A6AFD is #F59502. Grayscale: #5D5D5D. Windows color (decimal): -16094467 or 16607754. OLE color: 16607754.

HSL color Cylindrical-coordinate representation of color #0A6AFD: hue angle of 216.3º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A6AFD is Cyan = 0.96, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 10 106 253 -
CMYK 0.96 0.58 0 0.01
HSL 216.3º 0.98% 0.52% -
HSV(B) 216.3º 0.96% 0.99% -
XYZ 23.01 17.46 95.09 -
YUV 94.05 217.7 68.05 -
System Red Green Blue C M Y K H S L
Decimal 10 106 253 0.96 0.58 0 0.01 216.3 0.98 0.52
Hex A 6A FD 60 3A 0 1 D8 62 34
Octal 12 152 375 140 72 0 1 330 142 64
Binary 1010 1101010 11111101 1100000 111010 0 1 11011000 1100010 110100

Color Harmonies of #0A6AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A6AFD

Black with #0A6AFD

Text Example


Text Example

White with #0A6AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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