Html Css Color HEX #090ED6 Medium Blue

📋 copy color: '#090ED6'

red 9 ◦ green 14 ◦ blue 214

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

Shades of Medium Blue #090ED6

Tints of Medium Blue #090ED6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 90.3%

R = 3.8%
G = 5.91%
B = 90.3%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#090ED6 (or 0x090ED6) is known color: Medium Blue. HEX triplet: 09, 0E and D6. RGB value is (9,14,214). Sum of RGB (Red+Green+Blue) = 9+14+214=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 14 (5.86% from 255 or 5.91% from 237); Blue value is 214 (83.98% from 255 or 90.30% from 237); Max value from RGB is 214 - color contains mainly: blue. Hex color #090ED6 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090ED6 is #F6F129. Grayscale: #222222. Windows color (decimal): -16183594 or 14028297. OLE color: 14028297.

HSL color Cylindrical-coordinate representation of color #090ED6: hue angle of 238.54º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090ED6 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 14 214 -
CMYK 0.96 0.93 0 0.16
HSL 238.54º 0.92% 0.44% -
HSV(B) 238.54º 0.96% 0.84% -
XYZ 12.41 5.23 63.97 -
YUV 35.31 228.84 109.24 -
System Red Green Blue C M Y K H S L
Decimal 9 14 214 0.96 0.93 0 0.16 238.54 0.92 0.44
Hex 9 E D6 60 5D 0 10 EF 5C 2C
Octal 11 16 326 140 135 0 20 357 134 54
Binary 1001 1110 11010110 1100000 1011101 0 10000 11101111 1011100 101100

Color Harmonies of #090ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090ED6

Black with #090ED6

Text Example


Text Example

White with #090ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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