#090BFC

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

Shades of Blue #090BFC

Tints of Blue #090BFC

Color information

#090BFC (or 0x090BFC) is unknown color: approx Blue. HEX triplet: 09, 0B and FC. RGB value is (9,11,252). Sum of RGB (Red+Green+Blue) = 9+11+252=272 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.31% from 272); Green value is 11 (4.69% from 255 or 4.04% 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 #090BFC is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090BFC is #F6F403. Grayscale: #242424. Windows color (decimal): -16184324 or 16517897. OLE color: 16517897.

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

Color convert

RGB911252-
CMYK0.960.9600.01
HSL239.51º97.59%51.18%-
HSV(B)239.51º96.43%98.82%-
XYZ17.87.3392.57-
YUV37.88248.84107.4-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.31%
GREEN value IS 11 (4.69% from 255) = 4.04%
BLUE value IS 252 (98.83% from 255) = 92.65%
R=3.31%
G=4.04%
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
Decimal9112520.960.9600.01239.5197.5951.18
Hex9BFC606001f06233
Octal11133741401400136014263
Binary10011011111111001100000110000001111100001100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #090BFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #090BFC; }

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

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

<style>
 a { background-color: #090BFC; }

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

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

<style>
 span { border-color: #090BFC; }

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

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