#0FA2F1

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

Shades of Dodger Blue #0FA2F1

Tints of Dodger Blue #0FA2F1

Color information

#0FA2F1 (or 0x0FA2F1) is unknown color: approx Dodger Blue. HEX triplet: 0F, A2 and F1. RGB value is (15,162,241). Sum of RGB (Red+Green+Blue) = 15+162+241=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 162 (63.67% from 255 or 38.76% from 418); Blue value is 241 (94.53% from 255 or 57.66% from 418); Max value from RGB is 241 - color contains mainly: blue. Hex color #0FA2F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA2F1 is #F05D0E. Grayscale: #7E7E7E. Windows color (decimal): -15752463 or 15835663. OLE color: 15835663.

HSL color Cylindrical-coordinate representation of color #0FA2F1: hue angle of 200.97º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA2F1 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15162241-
CMYK0.940.3300.05
HSL200.97º88.98%50.2%-
HSV(B)200.97º93.78%94.51%-
XYZ28.9932.2987.92-
YUV127.05192.348.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.59%
GREEN value IS 162 (63.67% from 255) = 38.76%
BLUE value IS 241 (94.53% from 255) = 57.66%
R=3.59%
G=38.76%
B=57.66%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal151622410.940.3300.05200.9788.9850.2
HexFA2F15E2105c95932
Octal17242361136410531113162
Binary1111101000101111000110111101000010101110010011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA2F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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