Html Css Color HEX #4172CE Royal Blue

📋 copy color: '#4172CE'

red 65 ◦ green 114 ◦ blue 206

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

Shades of Royal Blue #4172CE

Tints of Royal Blue #4172CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 29.61%

 BLUE value IS 206 (80.86% from 255) = 53.51%

R = 16.88%
G = 29.61%
B = 53.51%

CMYK

 C value IS 0.68

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4172CE (or 0x4172CE) is known color: Royal Blue. HEX triplet: 41, 72 and CE. RGB value is (65,114,206). Sum of RGB (Red+Green+Blue) = 65+114+206=385 (50% of max value = 765). Red value is 65 (25.78% from 255 or 16.88% from 385); Green value is 114 (44.92% from 255 or 29.61% from 385); Blue value is 206 (80.86% from 255 or 53.51% from 385); Max value from RGB is 206 - color contains mainly: blue. Hex color #4172CE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4172CE is #BE8D31. Grayscale: #6D6D6D. Windows color (decimal): -12487986 or 13529665. OLE color: 13529665.

HSL color Cylindrical-coordinate representation of color #4172CE: hue angle of 219.15º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #4172CE is Cyan = 0.68, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 114 206 -
CMYK 0.68 0.45 0 0.19
HSL 219.15º 0.59% 0.53% -
HSV(B) 219.15º 0.68% 0.81% -
XYZ 19.34 17.61 60.77 -
YUV 109.84 182.27 96.02 -
System Red Green Blue C M Y K H S L
Decimal 65 114 206 0.68 0.45 0 0.19 219.15 0.59 0.53
Hex 41 72 CE 44 2D 0 13 DB 3B 35
Octal 101 162 316 104 55 0 23 333 73 65
Binary 1000001 1110010 11001110 1000100 101101 0 10011 11011011 111011 110101

Color Harmonies of #4172CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4172CE

Black with #4172CE

Text Example


Text Example

White with #4172CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4172CE; }

 p { color: rgb(65,114,206); }

 H1.HeaderClassName
 {
   color: #4172CE;
 }
 .AnyTagClassName
 {
   color: #4172CE;
 }
</style>

background-color css

<style>
 a { background-color: #4172CE; }

 a { background-color: rgb(65,114,206); }

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

border-color css

<style>
 span { border-color: #4172CE; }

 span { border-color: rgb(65,114,206); }

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