Html Css Color HEX #416BED Royal Blue

📋 copy color: '#416BED'

red 65 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #416BED

Tints of Royal Blue #416BED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 57.95%

R = 15.89%
G = 26.16%
B = 57.95%

CMYK

 C value IS 0.73

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#416BED (or 0x416BED) is known color: Royal Blue. HEX triplet: 41, 6B and ED. RGB value is (65,107,237). Sum of RGB (Red+Green+Blue) = 65+107+237=409 (54% of max value = 765). Red value is 65 (25.78% from 255 or 15.89% from 409); Green value is 107 (42.19% from 255 or 26.16% from 409); Blue value is 237 (92.97% from 255 or 57.95% from 409); Max value from RGB is 237 - color contains mainly: blue. Hex color #416BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #416BED is #BE9412. Grayscale: #6C6C6C. Windows color (decimal): -12489747 or 15559489. OLE color: 15559489.

HSL color Cylindrical-coordinate representation of color #416BED: hue angle of 225.35º degrees, saturation: 0.83, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #416BED is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 65 107 237 -
CMYK 0.73 0.55 0 0.07
HSL 225.35º 0.83% 0.59% -
HSV(B) 225.35º 0.73% 0.93% -
XYZ 22.72 17.75 82.35 -
YUV 109.26 200.09 96.43 -
System Red Green Blue C M Y K H S L
Decimal 65 107 237 0.73 0.55 0 0.07 225.35 0.83 0.59
Hex 41 6B ED 49 37 0 7 E1 53 3B
Octal 101 153 355 111 67 0 7 341 123 73
Binary 1000001 1101011 11101101 1001001 110111 0 111 11100001 1010011 111011

Color Harmonies of #416BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #416BED

Black with #416BED

Text Example


Text Example

White with #416BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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