Html Css Color HEX #090CBD Medium Blue

📋 copy color: '#090CBD'

red 9 ◦ green 12 ◦ blue 189

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

Shades of Medium Blue #090CBD

Tints of Medium Blue #090CBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 90%

R = 4.29%
G = 5.71%
B = 90%

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

#090CBD (or 0x090CBD) is known color: Medium Blue. HEX triplet: 09, 0C and BD. RGB value is (9,12,189). Sum of RGB (Red+Green+Blue) = 9+12+189=210 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.29% from 210); Green value is 12 (5.08% from 255 or 5.71% from 210); Blue value is 189 (74.22% from 255 or 90% from 210); Max value from RGB is 189 - color contains mainly: blue. Hex color #090CBD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CBD is #F6F342. Grayscale: #1E1E1E. Windows color (decimal): -16184131 or 12389385. OLE color: 12389385.

HSL color Cylindrical-coordinate representation of color #090CBD: hue angle of 239º 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 #090CBD is Cyan = 0.95, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 9 12 189 -
CMYK 0.95 0.94 0 0.26
HSL 239º 0.91% 0.39% -
HSV(B) 239º 0.95% 0.74% -
XYZ 9.43 4 48.42 -
YUV 31.28 217.01 112.11 -
System Red Green Blue C M Y K H S L
Decimal 9 12 189 0.95 0.94 0 0.26 239 0.91 0.39
Hex 9 C BD 5F 5E 0 1A EF 5B 27
Octal 11 14 275 137 136 0 32 357 133 47
Binary 1001 1100 10111101 1011111 1011110 0 11010 11101111 1011011 100111

Color Harmonies of #090CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CBD

Black with #090CBD

Text Example


Text Example

White with #090CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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