#0A94F2

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

Shades of Dodger Blue #0A94F2

Tints of Dodger Blue #0A94F2

Color information

#0A94F2 (or 0x0A94F2) is unknown color: approx Dodger Blue. HEX triplet: 0A, 94 and F2. RGB value is (10,148,242). Sum of RGB (Red+Green+Blue) = 10+148+242=400 (52% of max value = 765). Red value is 10 (4.30% from 255 or 2.5% from 400); Green value is 148 (58.20% from 255 or 37% from 400); Blue value is 242 (94.92% from 255 or 60.5% from 400); Max value from RGB is 242 - color contains mainly: blue. Hex color #0A94F2 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0A94F2 is #F56B0D. Grayscale: #747474. Windows color (decimal): -16083726 or 15897610. OLE color: 15897610.

HSL color Cylindrical-coordinate representation of color #0A94F2: hue angle of 204.31º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0A94F2 is Cyan = 0.96, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB10148242-
CMYK0.960.3900.05
HSL204.31º92.06%49.41%-
HSV(B)204.31º95.87%94.9%-
XYZ26.7427.6687.93-
YUV117.45198.2851.36-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 2.5%
GREEN value IS 148 (58.20% from 255) = 37%
BLUE value IS 242 (94.92% from 255) = 60.5%
R=2.5%
G=37%
B=60.5%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal101482420.960.3900.05204.3192.0649.41
HexA94F2602705cc5c31
Octal12224362140470531413461
Binary1010100101001111001011000001001110101110011001011100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A94F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,148,242); }

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

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

 a { background-color: rgb(10,148,242); }

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

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

 span { border-color: rgb(10,148,242); }

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