Html Css Color HEX #4172CF Royal Blue

📋 copy color: '#4172CF'

red 65 ◦ green 114 ◦ blue 207

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

Shades of Royal Blue #4172CF

Tints of Royal Blue #4172CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 53.63%

R = 16.84%
G = 29.53%
B = 53.63%

CMYK

 C value IS 0.69

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#4172CF (or 0x4172CF) is known color: Royal Blue. HEX triplet: 41, 72 and CF. RGB value is (65,114,207). Sum of RGB (Red+Green+Blue) = 65+114+207=386 (51% of max value = 765). Red value is 65 (25.78% from 255 or 16.84% from 386); Green value is 114 (44.92% from 255 or 29.53% from 386); Blue value is 207 (81.25% from 255 or 53.63% from 386); Max value from RGB is 207 - color contains mainly: blue. Hex color #4172CF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4172CF is #BE8D30. Grayscale: #6D6D6D. Windows color (decimal): -12487985 or 13595201. OLE color: 13595201.

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

Color convert

RGB 65 114 207 -
CMYK 0.69 0.45 0 0.19
HSL 219.3º 0.6% 0.53% -
HSV(B) 219.3º 0.69% 0.81% -
XYZ 19.46 17.66 61.42 -
YUV 109.95 182.77 95.94 -
System Red Green Blue C M Y K H S L
Decimal 65 114 207 0.69 0.45 0 0.19 219.3 0.6 0.53
Hex 41 72 CF 45 2D 0 13 DB 3C 35
Octal 101 162 317 105 55 0 23 333 74 65
Binary 1000001 1110010 11001111 1000101 101101 0 10011 11011011 111100 110101

Color Harmonies of #4172CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4172CF

Black with #4172CF

Text Example


Text Example

White with #4172CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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