#0fa3f0

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

Shades of Dodger Blue #0FA3F0

Tints of Dodger Blue #0FA3F0

Color information

#0FA3F0 (or 0x0FA3F0) is unknown color: approx Dodger Blue. HEX triplet: 0F, A3 and F0. RGB value is (15,163,240). Sum of RGB (Red+Green+Blue) = 15+163+240=418 (55% of max value = 765). Red value is 15 (6.25% from 255 or 3.59% from 418); Green value is 163 (64.06% from 255 or 39.00% from 418); Blue value is 240 (94.14% from 255 or 57.42% from 418); Max value from RGB is 240 - color contains mainly: blue. Hex color #0FA3F0 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA3F0 is #F05C0F. Grayscale: #7F7F7F. Windows color (decimal): -15752208 or 15770383. OLE color: 15770383.

HSL color Cylindrical-coordinate representation of color #0FA3F0: hue angle of 200.53º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA3F0 is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB15163240-
CMYK0.940.3200.06
HSL200.53º88.24%50%-
HSV(B)200.53º93.75%94.12%-
XYZ29.0232.5987.2-
YUV127.53191.4747.74-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.59%
GREEN value IS 163 (64.06% from 255) = 39.00%
BLUE value IS 240 (94.14% from 255) = 57.42%
R=3.59%
G=39.00%
B=57.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal151632400.940.3200.06200.5388.2450
HexFA3F05E2006c95832
Octal17243360136400631113062
Binary1111101000111111000010111101000000110110010011011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fa3f0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,163,240); }

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

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

 a { background-color: rgb(15,163,240); }

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

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

 span { border-color: rgb(15,163,240); }

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