Html Css Color HEX #090CDA Medium Blue

📋 copy color: '#090CDA'

red 9 ◦ green 12 ◦ blue 218

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

Shades of Medium Blue #090CDA

Tints of Medium Blue #090CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 91.21%

R = 3.77%
G = 5.02%
B = 91.21%

CMYK

 C value IS 0.96

 M value IS 0.94

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#090CDA (or 0x090CDA) is known color: Medium Blue. HEX triplet: 09, 0C and DA. RGB value is (9,12,218). Sum of RGB (Red+Green+Blue) = 9+12+218=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 12 (5.08% from 255 or 5.02% from 239); Blue value is 218 (85.55% from 255 or 91.21% from 239); Max value from RGB is 218 - color contains mainly: blue. Hex color #090CDA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #090CDA is #F6F325. Grayscale: #212121. Windows color (decimal): -16184102 or 14289929. OLE color: 14289929.

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

Color convert

RGB 9 12 218 -
CMYK 0.96 0.94 0 0.15
HSL 239.14º 0.92% 0.45% -
HSV(B) 239.14º 0.96% 0.85% -
XYZ 12.9 5.38 66.69 -
YUV 34.59 231.51 109.75 -
System Red Green Blue C M Y K H S L
Decimal 9 12 218 0.96 0.94 0 0.15 239.14 0.92 0.45
Hex 9 C DA 60 5E 0 F EF 5C 2D
Octal 11 14 332 140 136 0 17 357 134 55
Binary 1001 1100 11011010 1100000 1011110 0 1111 11101111 1011100 101101

Color Harmonies of #090CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #090CDA

Black with #090CDA

Text Example


Text Example

White with #090CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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