Html Css Color HEX #090CB8 Medium Blue

📋 copy color: '#090CB8'

red 9 ◦ green 12 ◦ blue 184

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

Shades of Medium Blue #090CB8

Tints of Medium Blue #090CB8

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.85%

 BLUE value IS 184 (72.27% from 255) = 89.76%

R = 4.39%
G = 5.85%
B = 89.76%

CMYK

 C value IS 0.95

 M value IS 0.93

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#090CB8 (or 0x090CB8) is known color: Medium Blue. HEX triplet: 09, 0C and B8. RGB value is (9,12,184). Sum of RGB (Red+Green+Blue) = 9+12+184=205 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.39% from 205); Green value is 12 (5.08% from 255 or 5.85% from 205); Blue value is 184 (72.27% from 255 or 89.76% from 205); Max value from RGB is 184 - color contains mainly: blue. Hex color #090CB8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CB8 is #F6F347. Grayscale: #1E1E1E. Windows color (decimal): -16184136 or 12061705. OLE color: 12061705.

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

Color convert

RGB 9 12 184 -
CMYK 0.95 0.93 0 0.28
HSL 238.97º 0.91% 0.38% -
HSV(B) 238.97º 0.95% 0.72% -
XYZ 8.9 3.78 45.61 -
YUV 30.71 214.51 112.51 -
System Red Green Blue C M Y K H S L
Decimal 9 12 184 0.95 0.93 0 0.28 238.97 0.91 0.38
Hex 9 C B8 5F 5D 0 1C EF 5B 26
Octal 11 14 270 137 135 0 34 357 133 46
Binary 1001 1100 10111000 1011111 1011101 0 11100 11101111 1011011 100110

Color Harmonies of #090CB8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CB8

Black with #090CB8

Text Example


Text Example

White with #090CB8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,12,184); }

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

background-color css

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

 a { background-color: rgb(9,12,184); }

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

border-color css

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

 span { border-color: rgb(9,12,184); }

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