#0FA1FB

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

Shades of Dodger Blue #0FA1FB

Tints of Dodger Blue #0FA1FB

Color information

#0FA1FB (or 0x0FA1FB) is unknown color: approx Dodger Blue. HEX triplet: 0F, A1 and FB. RGB value is (15,161,251). Sum of RGB (Red+Green+Blue) = 15+161+251=427 (56% of max value = 765). Red value is 15 (6.25% from 255 or 3.51% from 427); Green value is 161 (63.28% from 255 or 37.70% from 427); Blue value is 251 (98.44% from 255 or 58.78% from 427); Max value from RGB is 251 - color contains mainly: blue. Hex color #0FA1FB is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #0FA1FB is #F05E04. Grayscale: #7F7F7F. Windows color (decimal): -15752709 or 16490767. OLE color: 16490767.

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

Color convert

RGB15161251-
CMYK0.940.3600.02
HSL202.88º96.72%52.16%-
HSV(B)202.88º94.02%98.43%-
XYZ30.3532.5695.95-
YUV127.61197.6347.68-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 3.51%
GREEN value IS 161 (63.28% from 255) = 37.70%
BLUE value IS 251 (98.44% from 255) = 58.78%
R=3.51%
G=37.70%
B=58.78%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal151612510.940.3600.02202.8896.7252.16
HexFA1FB5E2402cb6134
Octal17241373136440231314164
Binary111110100001111110111011110100100010110010111100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA1FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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