#0F35FC

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

Shades of Blue #0F35FC

Tints of Blue #0F35FC

Color information

#0F35FC (or 0x0F35FC) is unknown color: approx Blue. HEX triplet: 0F, 35 and FC. RGB value is (15,53,252). Sum of RGB (Red+Green+Blue) = 15+53+252=320 (42% of max value = 765). Red value is 15 (6.25% from 255 or 4.69% from 320); Green value is 53 (21.09% from 255 or 16.56% from 320); Blue value is 252 (98.83% from 255 or 78.75% from 320); Max value from RGB is 252 - color contains mainly: blue. Hex color #0F35FC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #0F35FC is #F0CA03. Grayscale: #3F3F3F. Windows color (decimal): -15780356 or 16528655. OLE color: 16528655.

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

Color convert

RGB1553252-
CMYK0.940.7900.01
HSL230.38º97.53%52.35%-
HSV(B)230.38º94.05%98.82%-
XYZ19.049.6892.96-
YUV64.32233.9192.82-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.69%
GREEN value IS 53 (21.09% from 255) = 16.56%
BLUE value IS 252 (98.83% from 255) = 78.75%
R=4.69%
G=16.56%
B=78.75%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal15532520.940.7900.01230.3897.5352.35
HexF35FC5E4F01e66234
Octal17653741361170134614264
Binary1111110101111111001011110100111101111001101100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F35FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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