#0FA4FC

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

Shades of Dodger Blue #0FA4FC

Tints of Dodger Blue #0FA4FC

Color information

#0FA4FC (or 0x0FA4FC) is unknown color: approx Dodger Blue. HEX triplet: 0F, A4 and FC. RGB value is (15,164,252). Sum of RGB (Red+Green+Blue) = 15+164+252=431 (57% of max value = 765). Red value is 15 (6.25% from 255 or 3.48% from 431); Green value is 164 (64.45% from 255 or 38.05% from 431); Blue value is 252 (98.83% from 255 or 58.47% from 431); Max value from RGB is 252 - color contains mainly: blue. Hex color #0FA4FC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA4FC is #F05B03. Grayscale: #808080. Windows color (decimal): -15751940 or 16557071. OLE color: 16557071.

HSL color Cylindrical-coordinate representation of color #0FA4FC: hue angle of 202.28º degrees, saturation: 0.98, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0FA4FC is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB15164252-
CMYK0.940.3500.01
HSL202.28º97.53%52.35%-
HSV(B)202.28º94.05%98.82%-
XYZ31.0433.6896.96-
YUV129.48197.1446.34-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.48%
GREEN value IS 164 (64.45% from 255) = 38.05%
BLUE value IS 252 (98.83% from 255) = 58.47%
R=3.48%
G=38.05%
B=58.47%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal151642520.940.3500.01202.2897.5352.35
HexFA4FC5E2301ca6234
Octal17244374136430131214264
Binary11111010010011111100101111010001101110010101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,164,252); }

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

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

 a { background-color: rgb(15,164,252); }

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

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

 span { border-color: rgb(15,164,252); }

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