Html Css Color HEX #416FCE Royal Blue

📋 copy color: '#416FCE'

red 65 ◦ green 111 ◦ blue 206

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

Shades of Royal Blue #416FCE

Tints of Royal Blue #416FCE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.06%

 BLUE value IS 206 (80.86% from 255) = 53.93%

R = 17.02%
G = 29.06%
B = 53.93%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#416FCE (or 0x416FCE) is known color: Royal Blue. HEX triplet: 41, 6F and CE. RGB value is (65,111,206). Sum of RGB (Red+Green+Blue) = 65+111+206=382 (50% of max value = 765). Red value is 65 (25.78% from 255 or 17.02% from 382); Green value is 111 (43.75% from 255 or 29.06% from 382); Blue value is 206 (80.86% from 255 or 53.93% from 382); Max value from RGB is 206 - color contains mainly: blue. Hex color #416FCE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416FCE is #BE9031. Grayscale: #6B6B6B. Windows color (decimal): -12488754 or 13528897. OLE color: 13528897.

HSL color Cylindrical-coordinate representation of color #416FCE: hue angle of 220.43º degrees, saturation: 0.59, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416FCE is Cyan = 0.68, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 65 111 206 -
CMYK 0.68 0.46 0 0.19
HSL 220.43º 0.59% 0.53% -
HSV(B) 220.43º 0.68% 0.81% -
XYZ 19 16.95 60.66 -
YUV 108.08 183.26 97.28 -
System Red Green Blue C M Y K H S L
Decimal 65 111 206 0.68 0.46 0 0.19 220.43 0.59 0.53
Hex 41 6F CE 44 2E 0 13 DC 3B 35
Octal 101 157 316 104 56 0 23 334 73 65
Binary 1000001 1101111 11001110 1000100 101110 0 10011 11011100 111011 110101

Color Harmonies of #416FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416FCE

Black with #416FCE

Text Example


Text Example

White with #416FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #416FCE; }

 p { color: rgb(65,111,206); }

 H1.HeaderClassName
 {
   color: #416FCE;
 }
 .AnyTagClassName
 {
   color: #416FCE;
 }
</style>

background-color css

<style>
 a { background-color: #416FCE; }

 a { background-color: rgb(65,111,206); }

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

border-color css

<style>
 span { border-color: #416FCE; }

 span { border-color: rgb(65,111,206); }

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