Html Css Color HEX #090EC8 Medium Blue

📋 copy color: '#090EC8'

red 9 ◦ green 14 ◦ blue 200

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

Shades of Medium Blue #090EC8

Tints of Medium Blue #090EC8

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.28%

 BLUE value IS 200 (78.52% from 255) = 89.69%

R = 4.04%
G = 6.28%
B = 89.69%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#090EC8 (or 0x090EC8) is known color: Medium Blue. HEX triplet: 09, 0E and C8. RGB value is (9,14,200). Sum of RGB (Red+Green+Blue) = 9+14+200=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 14 (5.86% from 255 or 6.28% from 223); Blue value is 200 (78.52% from 255 or 89.69% from 223); Max value from RGB is 200 - color contains mainly: blue. Hex color #090EC8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090EC8 is #F6F137. Grayscale: #202020. Windows color (decimal): -16183608 or 13110793. OLE color: 13110793.

HSL color Cylindrical-coordinate representation of color #090EC8: hue angle of 238.43º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #090EC8 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 14 200 -
CMYK 0.96 0.93 0 0.22
HSL 238.43º 0.91% 0.41% -
HSV(B) 238.43º 0.96% 0.78% -
XYZ 10.7 4.54 54.96 -
YUV 33.71 221.84 110.38 -
System Red Green Blue C M Y K H S L
Decimal 9 14 200 0.96 0.93 0 0.22 238.43 0.91 0.41
Hex 9 E C8 60 5D 0 16 EE 5B 29
Octal 11 16 310 140 135 0 26 356 133 51
Binary 1001 1110 11001000 1100000 1011101 0 10110 11101110 1011011 101001

Color Harmonies of #090EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090EC8

Black with #090EC8

Text Example


Text Example

White with #090EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,14,200); }

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

background-color css

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

 a { background-color: rgb(9,14,200); }

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

border-color css

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

 span { border-color: rgb(9,14,200); }

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