Html Css Color HEX #090FD5 Medium Blue

📋 copy color: '#090FD5'

red 9 ◦ green 15 ◦ blue 213

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

Shades of Medium Blue #090FD5

Tints of Medium Blue #090FD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 89.87%

R = 3.8%
G = 6.33%
B = 89.87%

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

#090FD5 (or 0x090FD5) is known color: Medium Blue. HEX triplet: 09, 0F and D5. RGB value is (9,15,213). Sum of RGB (Red+Green+Blue) = 9+15+213=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 213 (83.59% from 255 or 89.87% from 237); Max value from RGB is 213 - color contains mainly: blue. Hex color #090FD5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090FD5 is #F6F02A. Grayscale: #222222. Windows color (decimal): -16183339 or 13963017. OLE color: 13963017.

HSL color Cylindrical-coordinate representation of color #090FD5: hue angle of 238.24º 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 #090FD5 is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 9 15 213 -
CMYK 0.96 0.93 0 0.16
HSL 238.24º 0.92% 0.44% -
HSV(B) 238.24º 0.96% 0.84% -
XYZ 12.29 5.2 63.31 -
YUV 35.78 228.01 108.9 -
System Red Green Blue C M Y K H S L
Decimal 9 15 213 0.96 0.93 0 0.16 238.24 0.92 0.44
Hex 9 F D5 60 5D 0 10 EE 5C 2C
Octal 11 17 325 140 135 0 20 356 134 54
Binary 1001 1111 11010101 1100000 1011101 0 10000 11101110 1011100 101100

Color Harmonies of #090FD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090FD5

Black with #090FD5

Text Example


Text Example

White with #090FD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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