Html Css Color HEX #090FBC Medium Blue

📋 copy color: '#090FBC'

red 9 ◦ green 15 ◦ blue 188

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

Shades of Medium Blue #090FBC

Tints of Medium Blue #090FBC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.08%

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

R = 4.25%
G = 7.08%
B = 88.68%

CMYK

 C value IS 0.95

 M value IS 0.92

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#090FBC (or 0x090FBC) is known color: Medium Blue. HEX triplet: 09, 0F and BC. RGB value is (9,15,188). Sum of RGB (Red+Green+Blue) = 9+15+188=212 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.25% from 212); Green value is 15 (6.25% from 255 or 7.08% from 212); Blue value is 188 (73.83% from 255 or 88.68% from 212); Max value from RGB is 188 - color contains mainly: blue. Hex color #090FBC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090FBC is #F6F043. Grayscale: #202020. Windows color (decimal): -16183364 or 12324617. OLE color: 12324617.

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

Color convert

RGB 9 15 188 -
CMYK 0.95 0.92 0 0.26
HSL 237.99º 0.91% 0.39% -
HSV(B) 237.99º 0.95% 0.74% -
XYZ 9.36 4.03 47.86 -
YUV 32.93 215.51 110.93 -
System Red Green Blue C M Y K H S L
Decimal 9 15 188 0.95 0.92 0 0.26 237.99 0.91 0.39
Hex 9 F BC 5F 5C 0 1A EE 5B 27
Octal 11 17 274 137 134 0 32 356 133 47
Binary 1001 1111 10111100 1011111 1011100 0 11010 11101110 1011011 100111

Color Harmonies of #090FBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090FBC

Black with #090FBC

Text Example


Text Example

White with #090FBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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