#0FA5F6

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

Shades of Dodger Blue #0FA5F6

Tints of Dodger Blue #0FA5F6

Color information

#0FA5F6 (or 0x0FA5F6) is unknown color: approx Dodger Blue. HEX triplet: 0F, A5 and F6. RGB value is (15,165,246). Sum of RGB (Red+Green+Blue) = 15+165+246=426 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.52% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 246 (96.48% from 255 or 57.75% from 426); Max value from RGB is 246 - color contains mainly: blue. Hex color #0FA5F6 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA5F6 is #F05A09. Grayscale: #808080. Windows color (decimal): -15751690 or 16164111. OLE color: 16164111.

HSL color Cylindrical-coordinate representation of color #0FA5F6: hue angle of 201.04º degrees, saturation: 0.93, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA5F6 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB15165246-
CMYK0.940.3300.04
HSL201.04º92.77%51.18%-
HSV(B)201.04º93.9%96.47%-
XYZ30.2933.6792.09-
YUV129.38193.846.41-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.52%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 246 (96.48% from 255) = 57.75%
R=3.52%
G=38.73%
B=57.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal151652460.940.3300.04201.0492.7751.18
HexFA5F65E2104c95d33
Octal17245366136410431113563
Binary1111101001011111011010111101000010100110010011011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA5F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,165,246); }

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

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

 a { background-color: rgb(15,165,246); }

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

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

 span { border-color: rgb(15,165,246); }

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