Html Css Color HEX #416BCA Royal Blue

📋 copy color: '#416BCA'

red 65 ◦ green 107 ◦ blue 202

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

Shades of Royal Blue #416BCA

Tints of Royal Blue #416BCA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 28.61%

 BLUE value IS 202 (79.3% from 255) = 54.01%

R = 17.38%
G = 28.61%
B = 54.01%

CMYK

 C value IS 0.68

 M value IS 0.47

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#416BCA (or 0x416BCA) is known color: Royal Blue. HEX triplet: 41, 6B and CA. RGB value is (65,107,202). Sum of RGB (Red+Green+Blue) = 65+107+202=374 (49% of max value = 765). Red value is 65 (25.78% from 255 or 17.38% from 374); Green value is 107 (42.19% from 255 or 28.61% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #416BCA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #416BCA is #BE9435. Grayscale: #686868. Windows color (decimal): -12489782 or 13265729. OLE color: 13265729.

HSL color Cylindrical-coordinate representation of color #416BCA: hue angle of 221.61º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #416BCA is Cyan = 0.68, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 65 107 202 -
CMYK 0.68 0.47 0 0.21
HSL 221.61º 0.56% 0.52% -
HSV(B) 221.61º 0.68% 0.79% -
XYZ 18.1 15.9 57.99 -
YUV 105.27 182.59 99.28 -
System Red Green Blue C M Y K H S L
Decimal 65 107 202 0.68 0.47 0 0.21 221.61 0.56 0.52
Hex 41 6B CA 44 2F 0 15 DE 38 34
Octal 101 153 312 104 57 0 25 336 70 64
Binary 1000001 1101011 11001010 1000100 101111 0 10101 11011110 111000 110100

Color Harmonies of #416BCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416BCA

Black with #416BCA

Text Example


Text Example

White with #416BCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,107,202); }

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

background-color css

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

 a { background-color: rgb(65,107,202); }

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

border-color css

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

 span { border-color: rgb(65,107,202); }

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