Html Css Color HEX #090CCC Medium Blue

📋 copy color: '#090CCC'

red 9 ◦ green 12 ◦ blue 204

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

Shades of Medium Blue #090CCC

Tints of Medium Blue #090CCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 90.67%

R = 4%
G = 5.33%
B = 90.67%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#090CCC (or 0x090CCC) is known color: Medium Blue. HEX triplet: 09, 0C and CC. RGB value is (9,12,204). Sum of RGB (Red+Green+Blue) = 9+12+204=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 12 (5.08% from 255 or 5.33% from 225); Blue value is 204 (80.08% from 255 or 90.67% from 225); Max value from RGB is 204 - color contains mainly: blue. Hex color #090CCC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CCC is #F6F333. Grayscale: #202020. Windows color (decimal): -16184116 or 13372425. OLE color: 13372425.

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

Color convert

RGB 9 12 204 -
CMYK 0.96 0.94 0 0.2
HSL 239.08º 0.92% 0.42% -
HSV(B) 239.08º 0.96% 0.8% -
XYZ 11.14 4.68 57.44 -
YUV 32.99 224.51 110.89 -
System Red Green Blue C M Y K H S L
Decimal 9 12 204 0.96 0.94 0 0.2 239.08 0.92 0.42
Hex 9 C CC 60 5E 0 14 EF 5C 2A
Octal 11 14 314 140 136 0 24 357 134 52
Binary 1001 1100 11001100 1100000 1011110 0 10100 11101111 1011100 101010

Color Harmonies of #090CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CCC

Black with #090CCC

Text Example


Text Example

White with #090CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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