#0a6aff

Color #0A6AFF Dodger Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dodger Blue #0A6AFF

Tints of Dodger Blue #0A6AFF

Color information

#0A6AFF (or 0x0A6AFF) is unknown color: approx Dodger Blue. HEX triplet: 0A, 6A and FF. RGB value is (10,106,255). Sum of RGB (Red+Green+Blue) = 10+106+255=371 (49% of max value = 765). Red value is 10 (4.30% from 255 or 2.70% from 371); Green value is 106 (41.80% from 255 or 28.57% from 371); Blue value is 255 (100% from 255 or 68.73% from 371); Max value from RGB is 255 - color contains mainly: blue. Hex color #0A6AFF is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #0A6AFF is #F59500. Grayscale: #5D5D5D. Windows color (decimal): -16094465 or 16738826. OLE color: 16738826.

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

Color convert

RGB10106255-
CMYK0.960.5800
HSL216.49º100%51.96%-
HSV(B)216.49º96.08%100%-
XYZ23.3317.5996.77-
YUV94.28218.767.88-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.70%
GREEN value IS 106 (41.80% from 255) = 28.57%
BLUE value IS 255 (100% from 255) = 68.73%
R=2.70%
G=28.57%
B=68.73%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal101062550.960.5800216.4910051.96
HexA6AFF603A00d86434
Octal12152377140720033014464
Binary1010110101011111111110000011101000110110001100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0a6aff

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0a6aff;
 }
 .AnyTagClassName
 {
   color: #0a6aff;
 }
</style>
background-color css

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

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

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

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

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

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