Html Css Color HEX #170BDD Medium Blue

📋 copy color: '#170BDD'

red 23 ◦ green 11 ◦ blue 221

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

Shades of Medium Blue #170BDD

Tints of Medium Blue #170BDD

RGB

 RED value IS 23 (9.38% from 255) = 9.02%

 GREEN value IS 11 (4.69% from 255) = 4.31%

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

R = 9.02%
G = 4.31%
B = 86.67%

CMYK

 C value IS 0.90

 M value IS 0.95

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#170BDD (or 0x170BDD) is known color: Medium Blue. HEX triplet: 17, 0B and DD. RGB value is (23,11,221). Sum of RGB (Red+Green+Blue) = 23+11+221=255 (33% of max value = 765). Red value is 23 (9.38% from 255 or 9.02% from 255); Green value is 11 (4.69% from 255 or 4.31% from 255); Blue value is 221 (86.72% from 255 or 86.67% from 255); Max value from RGB is 221 - color contains mainly: blue. Hex color #170BDD is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #170BDD is #E8F422. Grayscale: #252525. Windows color (decimal): -15266851 or 14486295. OLE color: 14486295.

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

Color convert

RGB 23 11 221 -
CMYK 0.90 0.95 0 0.13
HSL 243.43º 0.91% 0.45% -
HSV(B) 243.43º 0.95% 0.87% -
XYZ 13.52 5.64 68.78 -
YUV 38.53 230.98 116.92 -
System Red Green Blue C M Y K H S L
Decimal 23 11 221 0.90 0.95 0 0.13 243.43 0.91 0.45
Hex 17 B DD 5A 5F 0 D F3 5B 2D
Octal 27 13 335 132 137 0 15 363 133 55
Binary 10111 1011 11011101 1011010 1011111 0 1101 11110011 1011011 101101

Color Harmonies of #170BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #170BDD

Black with #170BDD

Text Example


Text Example

White with #170BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #170BDD; }

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

 H1.HeaderClassName
 {
   color: #170BDD;
 }
 .AnyTagClassName
 {
   color: #170BDD;
 }
</style>

background-color css

<style>
 a { background-color: #170BDD; }

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

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

border-color css

<style>
 span { border-color: #170BDD; }

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

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