Html Css Color HEX #0917CD Medium Blue

📋 copy color: '#0917CD'

red 9 ◦ green 23 ◦ blue 205

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

Shades of Medium Blue #0917CD

Tints of Medium Blue #0917CD

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.7%

 BLUE value IS 205 (80.47% from 255) = 86.5%

R = 3.8%
G = 9.7%
B = 86.5%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#0917CD (or 0x0917CD) is known color: Medium Blue. HEX triplet: 09, 17 and CD. RGB value is (9,23,205). Sum of RGB (Red+Green+Blue) = 9+23+205=237 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.80% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 205 (80.47% from 255 or 86.50% from 237); Max value from RGB is 205 - color contains mainly: blue. Hex color #0917CD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0917CD is #F6E832. Grayscale: #262626. Windows color (decimal): -16181299 or 13440777. OLE color: 13440777.

HSL color Cylindrical-coordinate representation of color #0917CD: hue angle of 235.71º 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 #0917CD is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 9 23 205 -
CMYK 0.96 0.89 0 0.20
HSL 235.71º 0.92% 0.42% -
HSV(B) 235.71º 0.96% 0.8% -
XYZ 11.44 5.08 58.14 -
YUV 39.56 221.36 106.2 -
System Red Green Blue C M Y K H S L
Decimal 9 23 205 0.96 0.89 0 0.20 235.71 0.92 0.42
Hex 9 17 CD 60 59 0 14 EC 5C 2A
Octal 11 27 315 140 131 0 24 354 134 52
Binary 1001 10111 11001101 1100000 1011001 0 10100 11101100 1011100 101010

Color Harmonies of #0917CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0917CD

Black with #0917CD

Text Example


Text Example

White with #0917CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0917CD; }

 p { color: rgb(9,23,205); }

 H1.HeaderClassName
 {
   color: #0917CD;
 }
 .AnyTagClassName
 {
   color: #0917CD;
 }
</style>

background-color css

<style>
 a { background-color: #0917CD; }

 a { background-color: rgb(9,23,205); }

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

border-color css

<style>
 span { border-color: #0917CD; }

 span { border-color: rgb(9,23,205); }

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