Html Css Color HEX #0917DD Medium Blue

📋 copy color: '#0917DD'

red 9 ◦ green 23 ◦ blue 221

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

Shades of Medium Blue #0917DD

Tints of Medium Blue #0917DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 87.35%

R = 3.56%
G = 9.09%
B = 87.35%

CMYK

 C value IS 0.96

 M value IS 0.90

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#0917DD (or 0x0917DD) is known color: Medium Blue. HEX triplet: 09, 17 and DD. RGB value is (9,23,221). Sum of RGB (Red+Green+Blue) = 9+23+221=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 23 (9.38% from 255 or 9.09% from 253); Blue value is 221 (86.72% from 255 or 87.35% from 253); Max value from RGB is 221 - color contains mainly: blue. Hex color #0917DD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0917DD is #F6E822. Grayscale: #282828. Windows color (decimal): -16181283 or 14489353. OLE color: 14489353.

HSL color Cylindrical-coordinate representation of color #0917DD: hue angle of 236.04º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0917DD is Cyan = 0.96, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 9 23 221 -
CMYK 0.96 0.90 0 0.13
HSL 236.04º 0.92% 0.45% -
HSV(B) 236.04º 0.96% 0.87% -
XYZ 13.47 5.89 68.83 -
YUV 41.39 229.36 104.9 -
System Red Green Blue C M Y K H S L
Decimal 9 23 221 0.96 0.90 0 0.13 236.04 0.92 0.45
Hex 9 17 DD 60 5A 0 D EC 5C 2D
Octal 11 27 335 140 132 0 15 354 134 55
Binary 1001 10111 11011101 1100000 1011010 0 1101 11101100 1011100 101101

Color Harmonies of #0917DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0917DD

Black with #0917DD

Text Example


Text Example

White with #0917DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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