Html Css Color HEX #4171CC Royal Blue

📋 copy color: '#4171CC'

red 65 ◦ green 113 ◦ blue 204

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

Shades of Royal Blue #4171CC

Tints of Royal Blue #4171CC

RGB

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

 GREEN value IS 113 (44.53% from 255) = 29.58%

 BLUE value IS 204 (80.08% from 255) = 53.4%

R = 17.02%
G = 29.58%
B = 53.4%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#4171CC (or 0x4171CC) is known color: Royal Blue. HEX triplet: 41, 71 and CC. RGB value is (65,113,204). Sum of RGB (Red+Green+Blue) = 65+113+204=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 113 (44.53% from 255 or 29.58% from 382); Blue value is 204 (80.08% from 255 or 53.40% from 382); Max value from RGB is 204 - color contains mainly: blue. Hex color #4171CC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4171CC is #BE8E33. Grayscale: #6C6C6C. Windows color (decimal): -12488244 or 13398337. OLE color: 13398337.

HSL color Cylindrical-coordinate representation of color #4171CC: hue angle of 219.28º 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 #4171CC is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 65 113 204 -
CMYK 0.68 0.45 0 0.2
HSL 219.28º 0.58% 0.53% -
HSV(B) 219.28º 0.68% 0.8% -
XYZ 18.98 17.29 59.46 -
YUV 109.02 181.6 96.6 -
System Red Green Blue C M Y K H S L
Decimal 65 113 204 0.68 0.45 0 0.2 219.28 0.58 0.53
Hex 41 71 CC 44 2D 0 14 DB 3A 35
Octal 101 161 314 104 55 0 24 333 72 65
Binary 1000001 1110001 11001100 1000100 101101 0 10100 11011011 111010 110101

Color Harmonies of #4171CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4171CC

Black with #4171CC

Text Example


Text Example

White with #4171CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4171CC; }

 p { color: rgb(65,113,204); }

 H1.HeaderClassName
 {
   color: #4171CC;
 }
 .AnyTagClassName
 {
   color: #4171CC;
 }
</style>

background-color css

<style>
 a { background-color: #4171CC; }

 a { background-color: rgb(65,113,204); }

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

border-color css

<style>
 span { border-color: #4171CC; }

 span { border-color: rgb(65,113,204); }

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