Html Css Color HEX #090CCA Medium Blue

📋 copy color: '#090CCA'

red 9 ◦ green 12 ◦ blue 202

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

Shades of Medium Blue #090CCA

Tints of Medium Blue #090CCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 90.58%

R = 4.04%
G = 5.38%
B = 90.58%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#090CCA (or 0x090CCA) is known color: Medium Blue. HEX triplet: 09, 0C and CA. RGB value is (9,12,202). Sum of RGB (Red+Green+Blue) = 9+12+202=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 12 (5.08% from 255 or 5.38% from 223); Blue value is 202 (79.30% from 255 or 90.58% from 223); Max value from RGB is 202 - color contains mainly: blue. Hex color #090CCA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CCA is #F6F335. Grayscale: #202020. Windows color (decimal): -16184118 or 13241353. OLE color: 13241353.

HSL color Cylindrical-coordinate representation of color #090CCA: hue angle of 239.07º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #090CCA is Cyan = 0.96, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 9 12 202 -
CMYK 0.96 0.94 0 0.21
HSL 239.07º 0.91% 0.41% -
HSV(B) 239.07º 0.96% 0.79% -
XYZ 10.9 4.59 56.19 -
YUV 32.76 223.51 111.05 -
System Red Green Blue C M Y K H S L
Decimal 9 12 202 0.96 0.94 0 0.21 239.07 0.91 0.41
Hex 9 C CA 60 5E 0 15 EF 5B 29
Octal 11 14 312 140 136 0 25 357 133 51
Binary 1001 1100 11001010 1100000 1011110 0 10101 11101111 1011011 101001

Color Harmonies of #090CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CCA

Black with #090CCA

Text Example


Text Example

White with #090CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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