Html Css Color HEX #0910DC Medium Blue

📋 copy color: '#0910DC'

red 9 ◦ green 16 ◦ blue 220

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

Shades of Medium Blue #0910DC

Tints of Medium Blue #0910DC

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.53%

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

R = 3.67%
G = 6.53%
B = 89.8%

CMYK

 C value IS 0.96

 M value IS 0.93

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#0910DC (or 0x0910DC) is known color: Medium Blue. HEX triplet: 09, 10 and DC. RGB value is (9,16,220). Sum of RGB (Red+Green+Blue) = 9+16+220=245 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.67% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 220 (86.33% from 255 or 89.80% from 245); Max value from RGB is 220 - color contains mainly: blue. Hex color #0910DC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0910DC is #F6EF23. Grayscale: #242424. Windows color (decimal): -16183076 or 14422025. OLE color: 14422025.

HSL color Cylindrical-coordinate representation of color #0910DC: hue angle of 238.01º 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 #0910DC is Cyan = 0.96, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 9 16 220 -
CMYK 0.96 0.93 0 0.14
HSL 238.01º 0.92% 0.45% -
HSV(B) 238.01º 0.96% 0.86% -
XYZ 13.22 5.6 68.09 -
YUV 37.16 231.18 107.91 -
System Red Green Blue C M Y K H S L
Decimal 9 16 220 0.96 0.93 0 0.14 238.01 0.92 0.45
Hex 9 10 DC 60 5D 0 E EE 5C 2D
Octal 11 20 334 140 135 0 16 356 134 55
Binary 1001 10000 11011100 1100000 1011101 0 1110 11101110 1011100 101101

Color Harmonies of #0910DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0910DC

Black with #0910DC

Text Example


Text Example

White with #0910DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0910DC; }

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

 H1.HeaderClassName
 {
   color: #0910DC;
 }
 .AnyTagClassName
 {
   color: #0910DC;
 }
</style>

background-color css

<style>
 a { background-color: #0910DC; }

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

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

border-color css

<style>
 span { border-color: #0910DC; }

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

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