Html Css Color HEX #414FE1 Royal Blue

📋 copy color: '#414FE1'

red 65 ◦ green 79 ◦ blue 225

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

Shades of Royal Blue #414FE1

Tints of Royal Blue #414FE1

RGB

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

 GREEN value IS 79 (31.25% from 255) = 21.41%

 BLUE value IS 225 (88.28% from 255) = 60.98%

R = 17.62%
G = 21.41%
B = 60.98%

CMYK

 C value IS 0.71

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#414FE1 (or 0x414FE1) is known color: Royal Blue. HEX triplet: 41, 4F and E1. RGB value is (65,79,225). Sum of RGB (Red+Green+Blue) = 65+79+225=369 (48% of max value = 765). Red value is 65 (25.78% from 255 or 17.62% from 369); Green value is 79 (31.25% from 255 or 21.41% from 369); Blue value is 225 (88.28% from 255 or 60.98% from 369); Max value from RGB is 225 - color contains mainly: blue. Hex color #414FE1 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #414FE1 is #BEB01E. Grayscale: #5A5A5A. Windows color (decimal): -12496927 or 14765889. OLE color: 14765889.

HSL color Cylindrical-coordinate representation of color #414FE1: hue angle of 234.75º degrees, saturation: 0.73, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #414FE1 is Cyan = 0.71, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 65 79 225 -
CMYK 0.71 0.65 0 0.12
HSL 234.75º 0.73% 0.57% -
HSV(B) 234.75º 0.71% 0.88% -
XYZ 18.57 12.15 72.6 -
YUV 91.46 203.36 109.13 -
System Red Green Blue C M Y K H S L
Decimal 65 79 225 0.71 0.65 0 0.12 234.75 0.73 0.57
Hex 41 4F E1 47 41 0 C EB 49 39
Octal 101 117 341 107 101 0 14 353 111 71
Binary 1000001 1001111 11100001 1000111 1000001 0 1100 11101011 1001001 111001

Color Harmonies of #414FE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #414FE1

Black with #414FE1

Text Example


Text Example

White with #414FE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #414FE1; }

 p { color: rgb(65,79,225); }

 H1.HeaderClassName
 {
   color: #414FE1;
 }
 .AnyTagClassName
 {
   color: #414FE1;
 }
</style>

background-color css

<style>
 a { background-color: #414FE1; }

 a { background-color: rgb(65,79,225); }

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

border-color css

<style>
 span { border-color: #414FE1; }

 span { border-color: rgb(65,79,225); }

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