Html Css Color HEX #0917CE Medium Blue

📋 copy color: '#0917CE'

red 9 ◦ green 23 ◦ blue 206

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

Shades of Medium Blue #0917CE

Tints of Medium Blue #0917CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 86.55%

R = 3.78%
G = 9.66%
B = 86.55%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#0917CE (or 0x0917CE) is known color: Medium Blue. HEX triplet: 09, 17 and CE. RGB value is (9,23,206). Sum of RGB (Red+Green+Blue) = 9+23+206=238 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.78% from 238); Green value is 23 (9.38% from 255 or 9.66% from 238); Blue value is 206 (80.86% from 255 or 86.55% from 238); Max value from RGB is 206 - color contains mainly: blue. Hex color #0917CE is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0917CE is #F6E831. Grayscale: #262626. Windows color (decimal): -16181298 or 13506313. OLE color: 13506313.

HSL color Cylindrical-coordinate representation of color #0917CE: hue angle of 235.74º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0917CE is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 9 23 206 -
CMYK 0.96 0.89 0 0.19
HSL 235.74º 0.92% 0.42% -
HSV(B) 235.74º 0.96% 0.81% -
XYZ 11.56 5.13 58.77 -
YUV 39.68 221.86 106.12 -
System Red Green Blue C M Y K H S L
Decimal 9 23 206 0.96 0.89 0 0.19 235.74 0.92 0.42
Hex 9 17 CE 60 59 0 13 EC 5C 2A
Octal 11 27 316 140 131 0 23 354 134 52
Binary 1001 10111 11001110 1100000 1011001 0 10011 11101100 1011100 101010

Color Harmonies of #0917CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0917CE

Black with #0917CE

Text Example


Text Example

White with #0917CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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