Html Css Color HEX #417FF2 Royal Blue

📋 copy color: '#417FF2'

red 65 ◦ green 127 ◦ blue 242

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

Shades of Royal Blue #417FF2

Tints of Royal Blue #417FF2

RGB

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

 GREEN value IS 127 (50% from 255) = 29.26%

 BLUE value IS 242 (94.92% from 255) = 55.76%

R = 14.98%
G = 29.26%
B = 55.76%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#417FF2 (or 0x417FF2) is known color: Royal Blue. HEX triplet: 41, 7F and F2. RGB value is (65,127,242). Sum of RGB (Red+Green+Blue) = 65+127+242=434 (57% of max value = 765). Red value is 65 (25.78% from 255 or 14.98% from 434); Green value is 127 (50% from 255 or 29.26% from 434); Blue value is 242 (94.92% from 255 or 55.76% from 434); Max value from RGB is 242 - color contains mainly: blue. Hex color #417FF2 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #417FF2 is #BE800D. Grayscale: #797979. Windows color (decimal): -12484622 or 15892289. OLE color: 15892289.

HSL color Cylindrical-coordinate representation of color #417FF2: hue angle of 218.98º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #417FF2 is Cyan = 0.73, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 65 127 242 -
CMYK 0.73 0.48 0 0.05
HSL 218.98º 0.87% 0.6% -
HSV(B) 218.98º 0.73% 0.95% -
XYZ 25.8 22.71 87.03 -
YUV 121.57 195.96 87.65 -
System Red Green Blue C M Y K H S L
Decimal 65 127 242 0.73 0.48 0 0.05 218.98 0.87 0.6
Hex 41 7F F2 49 30 0 5 DB 57 3C
Octal 101 177 362 111 60 0 5 333 127 74
Binary 1000001 1111111 11110010 1001001 110000 0 101 11011011 1010111 111100

Color Harmonies of #417FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417FF2

Black with #417FF2

Text Example


Text Example

White with #417FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,127,242); }

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

background-color css

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

 a { background-color: rgb(65,127,242); }

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

border-color css

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

 span { border-color: rgb(65,127,242); }

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