Html Css Color HEX #090CBC Medium Blue

📋 copy color: '#090CBC'

red 9 ◦ green 12 ◦ blue 188

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

Shades of Medium Blue #090CBC

Tints of Medium Blue #090CBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 89.95%

R = 4.31%
G = 5.74%
B = 89.95%

CMYK

 C value IS 0.95

 M value IS 0.94

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#090CBC (or 0x090CBC) is known color: Medium Blue. HEX triplet: 09, 0C and BC. RGB value is (9,12,188). Sum of RGB (Red+Green+Blue) = 9+12+188=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 12 (5.08% from 255 or 5.74% from 209); Blue value is 188 (73.83% from 255 or 89.95% from 209); Max value from RGB is 188 - color contains mainly: blue. Hex color #090CBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CBC is #F6F343. Grayscale: #1E1E1E. Windows color (decimal): -16184132 or 12323849. OLE color: 12323849.

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

Color convert

RGB 9 12 188 -
CMYK 0.95 0.94 0 0.26
HSL 238.99º 0.91% 0.39% -
HSV(B) 238.99º 0.95% 0.74% -
XYZ 9.32 3.95 47.85 -
YUV 31.17 216.51 112.19 -
System Red Green Blue C M Y K H S L
Decimal 9 12 188 0.95 0.94 0 0.26 238.99 0.91 0.39
Hex 9 C BC 5F 5E 0 1A EF 5B 27
Octal 11 14 274 137 136 0 32 357 133 47
Binary 1001 1100 10111100 1011111 1011110 0 11010 11101111 1011011 100111

Color Harmonies of #090CBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CBC

Black with #090CBC

Text Example


Text Example

White with #090CBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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