Html Css Color HEX #4170CD Royal Blue

📋 copy color: '#4170CD'

red 65 ◦ green 112 ◦ blue 205

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

Shades of Royal Blue #4170CD

Tints of Royal Blue #4170CD

RGB

 RED value IS 65 (25.78% from 255) = 17.02%

 GREEN value IS 112 (44.14% from 255) = 29.32%

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

R = 17.02%
G = 29.32%
B = 53.66%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#4170CD (or 0x4170CD) is known color: Royal Blue. HEX triplet: 41, 70 and CD. RGB value is (65,112,205). Sum of RGB (Red+Green+Blue) = 65+112+205=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 112 (44.14% from 255 or 29.32% from 382); Blue value is 205 (80.47% from 255 or 53.66% from 382); Max value from RGB is 205 - color contains mainly: blue. Hex color #4170CD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4170CD is #BE8F32. Grayscale: #6C6C6C. Windows color (decimal): -12488499 or 13463617. OLE color: 13463617.

HSL color Cylindrical-coordinate representation of color #4170CD: hue angle of 219.86º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4170CD is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 65 112 205 -
CMYK 0.68 0.45 0 0.20
HSL 219.86º 0.58% 0.53% -
HSV(B) 219.86º 0.68% 0.8% -
XYZ 18.99 17.12 60.06 -
YUV 108.55 182.43 96.94 -
System Red Green Blue C M Y K H S L
Decimal 65 112 205 0.68 0.45 0 0.20 219.86 0.58 0.53
Hex 41 70 CD 44 2D 0 14 DC 3A 35
Octal 101 160 315 104 55 0 24 334 72 65
Binary 1000001 1110000 11001101 1000100 101101 0 10100 11011100 111010 110101

Color Harmonies of #4170CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4170CD

Black with #4170CD

Text Example


Text Example

White with #4170CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,112,205); }

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

background-color css

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

 a { background-color: rgb(65,112,205); }

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

border-color css

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

 span { border-color: rgb(65,112,205); }

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