Html Css Color HEX #090BFF Blue

📋 copy color: '#090BFF'

red 9 ◦ green 11 ◦ blue 255

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

Shades of Blue #090BFF

Tints of Blue #090BFF

RGB

 RED value IS 9 (3.91% from 255) = 3.27%

 GREEN value IS 11 (4.69% from 255) = 4%

 BLUE value IS 255 (100% from 255) = 92.73%

R = 3.27%
G = 4%
B = 92.73%

CMYK

 C value IS 0.96

 M value IS 0.96

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#090BFF (or 0x090BFF) is known color: Blue. HEX triplet: 09, 0B and FF. RGB value is (9,11,255). Sum of RGB (Red+Green+Blue) = 9+11+255=275 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.27% from 275); Green value is 11 (4.69% from 255 or 4% from 275); Blue value is 255 (100% from 255 or 92.73% from 275); Max value from RGB is 255 - color contains mainly: blue. Hex color #090BFF is not a web safe color. Web safe color analog (approx): #0000FF. Inversed color of #090BFF is #F6F400. Grayscale: #252525. Windows color (decimal): -16184321 or 16714505. OLE color: 16714505.

HSL color Cylindrical-coordinate representation of color #090BFF: hue angle of 239.51º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090BFF is Cyan = 0.96, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 9 11 255 -
CMYK 0.96 0.96 0 0
HSL 239.51º 1% 0.52% -
HSV(B) 239.51º 0.96% 1% -
XYZ 18.28 7.52 95.1 -
YUV 38.22 250.34 107.16 -
System Red Green Blue C M Y K H S L
Decimal 9 11 255 0.96 0.96 0 0 239.51 1 0.52
Hex 9 B FF 60 60 0 0 F0 64 34
Octal 11 13 377 140 140 0 0 360 144 64
Binary 1001 1011 11111111 1100000 1100000 0 0 11110000 1100100 110100

Color Harmonies of #090BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090BFF

Black with #090BFF

Text Example


Text Example

White with #090BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #090BFF;
 }
 .AnyTagClassName
 {
   color: #090BFF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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