Html Css Color HEX #090BE5 Medium Blue

📋 copy color: '#090BE5'

red 9 ◦ green 11 ◦ blue 229

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

Shades of Medium Blue #090BE5

Tints of Medium Blue #090BE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 91.97%

R = 3.61%
G = 4.42%
B = 91.97%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#090BE5 (or 0x090BE5) is known color: Medium Blue. HEX triplet: 09, 0B and E5. RGB value is (9,11,229). Sum of RGB (Red+Green+Blue) = 9+11+229=249 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.61% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 229 (89.84% from 255 or 91.97% from 249); Max value from RGB is 229 - color contains mainly: blue. Hex color #090BE5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090BE5 is #F6F41A. Grayscale: #222222. Windows color (decimal): -16184347 or 15010569. OLE color: 15010569.

HSL color Cylindrical-coordinate representation of color #090BE5: hue angle of 239.45º degrees, saturation: 0.92, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090BE5 is Cyan = 0.96, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 9 11 229 -
CMYK 0.96 0.95 0 0.10
HSL 239.45º 0.92% 0.47% -
HSV(B) 239.45º 0.96% 0.9% -
XYZ 14.38 5.95 74.52 -
YUV 35.25 237.34 109.27 -
System Red Green Blue C M Y K H S L
Decimal 9 11 229 0.96 0.95 0 0.10 239.45 0.92 0.47
Hex 9 B E5 60 5F 0 A EF 5C 2F
Octal 11 13 345 140 137 0 12 357 134 57
Binary 1001 1011 11100101 1100000 1011111 0 1010 11101111 1011100 101111

Color Harmonies of #090BE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090BE5

Black with #090BE5

Text Example


Text Example

White with #090BE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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