Html Css Color HEX #4172EB Royal Blue

📋 copy color: '#4172EB'

red 65 ◦ green 114 ◦ blue 235

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

Shades of Royal Blue #4172EB

Tints of Royal Blue #4172EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 56.76%

R = 15.7%
G = 27.54%
B = 56.76%

CMYK

 C value IS 0.72

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#4172EB (or 0x4172EB) is known color: Royal Blue. HEX triplet: 41, 72 and EB. RGB value is (65,114,235). Sum of RGB (Red+Green+Blue) = 65+114+235=414 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.70% from 414); Green value is 114 (44.92% from 255 or 27.54% from 414); Blue value is 235 (92.19% from 255 or 56.76% from 414); Max value from RGB is 235 - color contains mainly: blue. Hex color #4172EB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4172EB is #BE8D14. Grayscale: #707070. Windows color (decimal): -12487957 or 15430209. OLE color: 15430209.

HSL color Cylindrical-coordinate representation of color #4172EB: hue angle of 222.71º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #4172EB is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 114 235 -
CMYK 0.72 0.51 0 0.08
HSL 222.71º 0.81% 0.59% -
HSV(B) 222.71º 0.72% 0.92% -
XYZ 23.19 19.16 81.07 -
YUV 113.14 196.77 93.66 -
System Red Green Blue C M Y K H S L
Decimal 65 114 235 0.72 0.51 0 0.08 222.71 0.81 0.59
Hex 41 72 EB 48 33 0 8 DF 51 3B
Octal 101 162 353 110 63 0 10 337 121 73
Binary 1000001 1110010 11101011 1001000 110011 0 1000 11011111 1010001 111011

Color Harmonies of #4172EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4172EB

Black with #4172EB

Text Example


Text Example

White with #4172EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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