#0B09FC

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

Shades of Blue #0B09FC

Tints of Blue #0B09FC

Color information

#0B09FC (or 0x0B09FC) is unknown color: approx Blue. HEX triplet: 0B, 09 and FC. RGB value is (11,9,252). Sum of RGB (Red+Green+Blue) = 11+9+252=272 (36% of max value = 765). Red value is 11 (4.69% from 255 or 4.04% from 272); Green value is 9 (3.91% from 255 or 3.31% from 272); Blue value is 252 (98.83% from 255 or 92.65% from 272); Max value from RGB is 252 - color contains mainly: blue. Hex color #0B09FC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #0B09FC is #F4F603. Grayscale: #242424. Windows color (decimal): -16053764 or 16517387. OLE color: 16517387.

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

Color convert

RGB119252-
CMYK0.960.9600.01
HSL240.49º97.59%51.18%-
HSV(B)240.49º96.43%98.82%-
XYZ17.817.2992.56-
YUV37.3249.16109.24-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 4.04%
GREEN value IS 9 (3.91% from 255) = 3.31%
BLUE value IS 252 (98.83% from 255) = 92.65%
R=4.04%
G=3.31%
B=92.65%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1192520.960.9600.01240.4997.5951.18
HexB9FC606001f06233
Octal13113741401400136014263
Binary10111001111111001100000110000001111100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B09FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,9,252); }

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

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

 a { background-color: rgb(11,9,252); }

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

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

 span { border-color: rgb(11,9,252); }

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