Html Css Color HEX #090EDE Medium Blue

📋 copy color: '#090EDE'

red 9 ◦ green 14 ◦ blue 222

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

Shades of Medium Blue #090EDE

Tints of Medium Blue #090EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 90.61%

R = 3.67%
G = 5.71%
B = 90.61%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#090EDE (or 0x090EDE) is known color: Medium Blue. HEX triplet: 09, 0E and DE. RGB value is (9,14,222). Sum of RGB (Red+Green+Blue) = 9+14+222=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 222 (87.11% from 255 or 90.61% from 245); Max value from RGB is 222 - color contains mainly: blue. Hex color #090EDE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090EDE is #F6F121. Grayscale: #232323. Windows color (decimal): -16183586 or 14552585. OLE color: 14552585.

HSL color Cylindrical-coordinate representation of color #090EDE: hue angle of 238.59º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090EDE is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 14 222 -
CMYK 0.96 0.94 0 0.13
HSL 238.59º 0.92% 0.45% -
HSV(B) 238.59º 0.96% 0.87% -
XYZ 13.45 5.65 69.49 -
YUV 36.22 232.84 108.59 -
System Red Green Blue C M Y K H S L
Decimal 9 14 222 0.96 0.94 0 0.13 238.59 0.92 0.45
Hex 9 E DE 60 5E 0 D EF 5C 2D
Octal 11 16 336 140 136 0 15 357 134 55
Binary 1001 1110 11011110 1100000 1011110 0 1101 11101111 1011100 101101

Color Harmonies of #090EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090EDE

Black with #090EDE

Text Example


Text Example

White with #090EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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