Html Css Color HEX #4172EA Royal Blue

📋 copy color: '#4172EA'

red 65 ◦ green 114 ◦ blue 234

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

Shades of Royal Blue #4172EA

Tints of Royal Blue #4172EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 56.66%

R = 15.74%
G = 27.6%
B = 56.66%

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

#4172EA (or 0x4172EA) is known color: Royal Blue. HEX triplet: 41, 72 and EA. RGB value is (65,114,234). Sum of RGB (Red+Green+Blue) = 65+114+234=413 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.74% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 234 (91.80% from 255 or 56.66% from 413); Max value from RGB is 234 - color contains mainly: blue. Hex color #4172EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #4172EA is #BE8D15. Grayscale: #707070. Windows color (decimal): -12487958 or 15364673. OLE color: 15364673.

HSL color Cylindrical-coordinate representation of color #4172EA: hue angle of 222.6º degrees, saturation: 0.8, 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 #4172EA is Cyan = 0.72, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 65 114 234 -
CMYK 0.72 0.51 0 0.08
HSL 222.6º 0.8% 0.59% -
HSV(B) 222.6º 0.72% 0.92% -
XYZ 23.05 19.1 80.31 -
YUV 113.03 196.27 93.74 -
System Red Green Blue C M Y K H S L
Decimal 65 114 234 0.72 0.51 0 0.08 222.6 0.8 0.59
Hex 41 72 EA 48 33 0 8 DF 50 3B
Octal 101 162 352 110 63 0 10 337 120 73
Binary 1000001 1110010 11101010 1001000 110011 0 1000 11011111 1010000 111011

Color Harmonies of #4172EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4172EA

Black with #4172EA

Text Example


Text Example

White with #4172EA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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