Html Css Color HEX #090BBB Medium Blue

📋 copy color: '#090BBB'

red 9 ◦ green 11 ◦ blue 187

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

Shades of Medium Blue #090BBB

Tints of Medium Blue #090BBB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 90.34%

R = 4.35%
G = 5.31%
B = 90.34%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#090BBB (or 0x090BBB) is known color: Medium Blue. HEX triplet: 09, 0B and BB. RGB value is (9,11,187). Sum of RGB (Red+Green+Blue) = 9+11+187=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 11 (4.69% from 255 or 5.31% from 207); Blue value is 187 (73.44% from 255 or 90.34% from 207); Max value from RGB is 187 - color contains mainly: blue. Hex color #090BBB is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090BBB is #F6F444. Grayscale: #1D1D1D. Windows color (decimal): -16184389 or 12258057. OLE color: 12258057.

HSL color Cylindrical-coordinate representation of color #090BBB: hue angle of 239.33º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090BBB is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 9 11 187 -
CMYK 0.95 0.94 0 0.27
HSL 239.33º 0.91% 0.38% -
HSV(B) 239.33º 0.95% 0.73% -
XYZ 9.2 3.89 47.28 -
YUV 30.47 216.34 112.69 -
System Red Green Blue C M Y K H S L
Decimal 9 11 187 0.95 0.94 0 0.27 239.33 0.91 0.38
Hex 9 B BB 5F 5E 0 1B EF 5B 26
Octal 11 13 273 137 136 0 33 357 133 46
Binary 1001 1011 10111011 1011111 1011110 0 11011 11101111 1011011 100110

Color Harmonies of #090BBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090BBB

Black with #090BBB

Text Example


Text Example

White with #090BBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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