#0fa2ea

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

Shades of Dodger Blue #0FA2EA

Tints of Dodger Blue #0FA2EA

Color information

#0FA2EA (or 0x0FA2EA) is unknown color: approx Dodger Blue. HEX triplet: 0F, A2 and EA. RGB value is (15,162,234). Sum of RGB (Red+Green+Blue) = 15+162+234=411 (54% of max value = 765). Red value is 15 (6.25% from 255 or 3.65% from 411); Green value is 162 (63.67% from 255 or 39.42% from 411); Blue value is 234 (91.80% from 255 or 56.93% from 411); Max value from RGB is 234 - color contains mainly: blue. Hex color #0FA2EA is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA2EA is #F05D15. Grayscale: #7D7D7D. Windows color (decimal): -15752470 or 15376911. OLE color: 15376911.

HSL color Cylindrical-coordinate representation of color #0FA2EA: hue angle of 199.73º degrees, saturation: 0.88, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA2EA is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB15162234-
CMYK0.940.3100.08
HSL199.73º87.95%48.82%-
HSV(B)199.73º93.59%91.76%-
XYZ27.9731.8882.52-
YUV126.26188.848.65-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.65%
GREEN value IS 162 (63.67% from 255) = 39.42%
BLUE value IS 234 (91.80% from 255) = 56.93%
R=3.65%
G=39.42%
B=56.93%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal151622340.940.3100.08199.7387.9548.82
HexFA2EA5E1F08c85831
Octal172423521363701031013061
Binary1111101000101110101010111101111101000110010001011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fa2ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,162,234); }

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

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

 a { background-color: rgb(15,162,234); }

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

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

 span { border-color: rgb(15,162,234); }

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