Html Css Color HEX #090BFC Blue

📋 copy color: '#090BFC'

red 9 ◦ green 11 ◦ blue 252

#090BFC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue #090BFC

Tints of Blue #090BFC

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 value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#090BFC (or 0x090BFC) is known color: 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

RGB 9 11 252 -
CMYK 0.96 0.96 0 0.01
HSL 239.51º 0.98% 0.51% -
HSV(B) 239.51º 0.96% 0.99% -
XYZ 17.8 7.33 92.57 -
YUV 37.88 248.84 107.4 -
System Red Green Blue C M Y K H S L
Decimal 9 11 252 0.96 0.96 0 0.01 239.51 0.98 0.51
Hex 9 B FC 60 60 0 1 F0 62 33
Octal 11 13 374 140 140 0 1 360 142 63
Binary 1001 1011 11111100 1100000 1100000 0 1 11110000 1100010 110011

Color Harmonies of #090BFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090BFC

Black with #090BFC

Text Example


Text Example

White with #090BFC

Text Example


Text Example

HTML Codes & Css Web 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>