#0A84F5

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

Shades of Dodger Blue #0A84F5

Tints of Dodger Blue #0A84F5

Color information

#0A84F5 (or 0x0A84F5) is unknown color: approx Dodger Blue. HEX triplet: 0A, 84 and F5. RGB value is (10,132,245). Sum of RGB (Red+Green+Blue) = 10+132+245=387 (51% of max value = 765). Red value is 10 (4.30% from 255 or 2.58% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 245 (96.09% from 255 or 63.31% from 387); Max value from RGB is 245 - color contains mainly: blue. Hex color #0A84F5 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A84F5 is #F57B0A. Grayscale: #6B6B6B. Windows color (decimal): -16087819 or 16090122. OLE color: 16090122.

HSL color Cylindrical-coordinate representation of color #0A84F5: hue angle of 208.85º degrees, saturation: 0.92, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A84F5 is Cyan = 0.96, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB10132245-
CMYK0.960.4600.04
HSL208.85º92.16%50%-
HSV(B)208.85º95.92%96.08%-
XYZ24.8623.1689.55-
YUV108.4205.0857.81-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.58%
GREEN value IS 132 (51.95% from 255) = 34.11%
BLUE value IS 245 (96.09% from 255) = 63.31%
R=2.58%
G=34.11%
B=63.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal101322450.960.4600.04208.8592.1650
HexA84F5602E04d15c32
Octal12204365140560432113462
Binary1010100001001111010111000001011100100110100011011100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A84F5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,132,245); }

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

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

 a { background-color: rgb(10,132,245); }

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

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

 span { border-color: rgb(10,132,245); }

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