Html Css Color HEX #090CDC Medium Blue

📋 copy color: '#090CDC'

red 9 ◦ green 12 ◦ blue 220

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

Shades of Medium Blue #090CDC

Tints of Medium Blue #090CDC

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.98%

 BLUE value IS 220 (86.33% from 255) = 91.29%

R = 3.73%
G = 4.98%
B = 91.29%

CMYK

 C value IS 0.96

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#090CDC (or 0x090CDC) is known color: Medium Blue. HEX triplet: 09, 0C and DC. RGB value is (9,12,220). Sum of RGB (Red+Green+Blue) = 9+12+220=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 12 (5.08% from 255 or 4.98% from 241); Blue value is 220 (86.33% from 255 or 91.29% from 241); Max value from RGB is 220 - color contains mainly: blue. Hex color #090CDC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CDC is #F6F323. Grayscale: #212121. Windows color (decimal): -16184100 or 14421001. OLE color: 14421001.

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

Color convert

RGB 9 12 220 -
CMYK 0.96 0.95 0 0.14
HSL 239.15º 0.92% 0.45% -
HSV(B) 239.15º 0.96% 0.86% -
XYZ 13.16 5.49 68.08 -
YUV 34.82 232.51 109.59 -
System Red Green Blue C M Y K H S L
Decimal 9 12 220 0.96 0.95 0 0.14 239.15 0.92 0.45
Hex 9 C DC 60 5F 0 E EF 5C 2D
Octal 11 14 334 140 137 0 16 357 134 55
Binary 1001 1100 11011100 1100000 1011111 0 1110 11101111 1011100 101101

Color Harmonies of #090CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CDC

Black with #090CDC

Text Example


Text Example

White with #090CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,12,220); }

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

background-color css

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

 a { background-color: rgb(9,12,220); }

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

border-color css

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

 span { border-color: rgb(9,12,220); }

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