Html Css Color HEX #4170DC Royal Blue

📋 copy color: '#4170DC'

red 65 ◦ green 112 ◦ blue 220

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

Shades of Royal Blue #4170DC

Tints of Royal Blue #4170DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55.42%

R = 16.37%
G = 28.21%
B = 55.42%

CMYK

 C value IS 0.70

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4170DC (or 0x4170DC) is known color: Royal Blue. HEX triplet: 41, 70 and DC. RGB value is (65,112,220). Sum of RGB (Red+Green+Blue) = 65+112+220=397 (52% of max value = 765). Red value is 65 (25.78% from 255 or 16.37% from 397); Green value is 112 (44.14% from 255 or 28.21% from 397); Blue value is 220 (86.33% from 255 or 55.42% from 397); Max value from RGB is 220 - color contains mainly: blue. Hex color #4170DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4170DC is #BE8F23. Grayscale: #6D6D6D. Windows color (decimal): -12488484 or 14446657. OLE color: 14446657.

HSL color Cylindrical-coordinate representation of color #4170DC: hue angle of 221.81º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #4170DC is Cyan = 0.70, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 65 112 220 -
CMYK 0.70 0.49 0 0.14
HSL 221.81º 0.69% 0.56% -
HSV(B) 221.81º 0.7% 0.86% -
XYZ 20.89 17.88 70.06 -
YUV 110.26 189.93 95.72 -
System Red Green Blue C M Y K H S L
Decimal 65 112 220 0.70 0.49 0 0.14 221.81 0.69 0.56
Hex 41 70 DC 46 31 0 E DE 45 38
Octal 101 160 334 106 61 0 16 336 105 70
Binary 1000001 1110000 11011100 1000110 110001 0 1110 11011110 1000101 111000

Color Harmonies of #4170DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4170DC

Black with #4170DC

Text Example


Text Example

White with #4170DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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