Html Css Color HEX #416DCB Royal Blue

📋 copy color: '#416DCB'

red 65 ◦ green 109 ◦ blue 203

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

Shades of Royal Blue #416DCB

Tints of Royal Blue #416DCB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 28.91%

 BLUE value IS 203 (79.69% from 255) = 53.85%

R = 17.24%
G = 28.91%
B = 53.85%

CMYK

 C value IS 0.68

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#416DCB (or 0x416DCB) is known color: Royal Blue. HEX triplet: 41, 6D and CB. RGB value is (65,109,203). Sum of RGB (Red+Green+Blue) = 65+109+203=377 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.24% from 377); Green value is 109 (42.97% from 255 or 28.91% from 377); Blue value is 203 (79.69% from 255 or 53.85% from 377); Max value from RGB is 203 - color contains mainly: blue. Hex color #416DCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416DCB is #BE9234. Grayscale: #6A6A6A. Windows color (decimal): -12489269 or 13331777. OLE color: 13331777.

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

Color convert

RGB 65 109 203 -
CMYK 0.68 0.46 0 0.20
HSL 220.87º 0.57% 0.53% -
HSV(B) 220.87º 0.68% 0.8% -
XYZ 18.43 16.37 58.69 -
YUV 106.56 182.42 98.36 -
System Red Green Blue C M Y K H S L
Decimal 65 109 203 0.68 0.46 0 0.20 220.87 0.57 0.53
Hex 41 6D CB 44 2E 0 14 DD 39 35
Octal 101 155 313 104 56 0 24 335 71 65
Binary 1000001 1101101 11001011 1000100 101110 0 10100 11011101 111001 110101

Color Harmonies of #416DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416DCB

Black with #416DCB

Text Example


Text Example

White with #416DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,109,203); }

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

background-color css

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

 a { background-color: rgb(65,109,203); }

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

border-color css

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

 span { border-color: rgb(65,109,203); }

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