#0FA1F1

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

Shades of Dodger Blue #0FA1F1

Tints of Dodger Blue #0FA1F1

Color information

#0FA1F1 (or 0x0FA1F1) is unknown color: approx Dodger Blue. HEX triplet: 0F, A1 and F1. RGB value is (15,161,241). Sum of RGB (Red+Green+Blue) = 15+161+241=417 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.60% from 417); Green value is 161 (63.28% from 255 or 38.61% from 417); Blue value is 241 (94.53% from 255 or 57.79% from 417); Max value from RGB is 241 - color contains mainly: blue. Hex color #0FA1F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA1F1 is #F05E0E. Grayscale: #7E7E7E. Windows color (decimal): -15752719 or 15835407. OLE color: 15835407.

HSL color Cylindrical-coordinate representation of color #0FA1F1: hue angle of 201.24º 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 #0FA1F1 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB15161241-
CMYK0.940.3300.05
HSL201.24º88.98%50.2%-
HSV(B)201.24º93.78%94.51%-
XYZ28.8231.9487.87-
YUV126.47192.6348.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.60%
GREEN value IS 161 (63.28% from 255) = 38.61%
BLUE value IS 241 (94.53% from 255) = 57.79%
R=3.60%
G=38.61%
B=57.79%

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
Decimal151612410.940.3300.05201.2488.9850.2
HexFA1F15E2105c95932
Octal17241361136410531113162
Binary1111101000011111000110111101000010101110010011011001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA1F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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