Html Css Color HEX #090DCD Medium Blue

📋 copy color: '#090DCD'

red 9 ◦ green 13 ◦ blue 205

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

Shades of Medium Blue #090DCD

Tints of Medium Blue #090DCD

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.73%

 BLUE value IS 205 (80.47% from 255) = 90.31%

R = 3.96%
G = 5.73%
B = 90.31%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#090DCD (or 0x090DCD) is known color: Medium Blue. HEX triplet: 09, 0D and CD. RGB value is (9,13,205). Sum of RGB (Red+Green+Blue) = 9+13+205=227 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.96% from 227); Green value is 13 (5.47% from 255 or 5.73% from 227); Blue value is 205 (80.47% from 255 or 90.31% from 227); Max value from RGB is 205 - color contains mainly: blue. Hex color #090DCD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090DCD is #F6F232. Grayscale: #202020. Windows color (decimal): -16183859 or 13438217. OLE color: 13438217.

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

Color convert

RGB 9 13 205 -
CMYK 0.96 0.94 0 0.20
HSL 238.78º 0.92% 0.42% -
HSV(B) 238.78º 0.96% 0.8% -
XYZ 11.28 4.75 58.08 -
YUV 33.69 224.67 110.39 -
System Red Green Blue C M Y K H S L
Decimal 9 13 205 0.96 0.94 0 0.20 238.78 0.92 0.42
Hex 9 D CD 60 5E 0 14 EF 5C 2A
Octal 11 15 315 140 136 0 24 357 134 52
Binary 1001 1101 11001101 1100000 1011110 0 10100 11101111 1011100 101010

Color Harmonies of #090DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090DCD

Black with #090DCD

Text Example


Text Example

White with #090DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,13,205); }

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

background-color css

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

 a { background-color: rgb(9,13,205); }

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

border-color css

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

 span { border-color: rgb(9,13,205); }

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