Html Css Color HEX #417AEC Royal Blue

📋 copy color: '#417AEC'

red 65 ◦ green 122 ◦ blue 236

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

Shades of Royal Blue #417AEC

Tints of Royal Blue #417AEC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 28.84%

 BLUE value IS 236 (92.58% from 255) = 55.79%

R = 15.37%
G = 28.84%
B = 55.79%

CMYK

 C value IS 0.72

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#417AEC (or 0x417AEC) is known color: Royal Blue. HEX triplet: 41, 7A and EC. RGB value is (65,122,236). Sum of RGB (Red+Green+Blue) = 65+122+236=423 (56% of max value = 765). Red value is 65 (25.78% from 255 or 15.37% from 423); Green value is 122 (48.05% from 255 or 28.84% from 423); Blue value is 236 (92.58% from 255 or 55.79% from 423); Max value from RGB is 236 - color contains mainly: blue. Hex color #417AEC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417AEC is #BE8513. Grayscale: #757575. Windows color (decimal): -12485908 or 15497793. OLE color: 15497793.

HSL color Cylindrical-coordinate representation of color #417AEC: hue angle of 220º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #417AEC is Cyan = 0.72, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 122 236 -
CMYK 0.72 0.48 0 0.07
HSL 220º 0.82% 0.59% -
HSV(B) 220º 0.72% 0.93% -
XYZ 24.28 21.1 82.15 -
YUV 117.95 194.62 90.23 -
System Red Green Blue C M Y K H S L
Decimal 65 122 236 0.72 0.48 0 0.07 220 0.82 0.59
Hex 41 7A EC 48 30 0 7 DC 52 3B
Octal 101 172 354 110 60 0 7 334 122 73
Binary 1000001 1111010 11101100 1001000 110000 0 111 11011100 1010010 111011

Color Harmonies of #417AEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417AEC

Black with #417AEC

Text Example


Text Example

White with #417AEC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417AEC; }

 p { color: rgb(65,122,236); }

 H1.HeaderClassName
 {
   color: #417AEC;
 }
 .AnyTagClassName
 {
   color: #417AEC;
 }
</style>

background-color css

<style>
 a { background-color: #417AEC; }

 a { background-color: rgb(65,122,236); }

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

border-color css

<style>
 span { border-color: #417AEC; }

 span { border-color: rgb(65,122,236); }

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