Html Css Color HEX #406BED Royal Blue

📋 copy color: '#406BED'

red 64 ◦ green 107 ◦ blue 237

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

Shades of Royal Blue #406BED

Tints of Royal Blue #406BED

RGB

 RED value IS 64 (25.39% from 255) = 15.69%

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

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

R = 15.69%
G = 26.23%
B = 58.09%

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

#406BED (or 0x406BED) is known color: Royal Blue. HEX triplet: 40, 6B and ED. RGB value is (64,107,237). Sum of RGB (Red+Green+Blue) = 64+107+237=408 (54% of max value = 765). Red value is 64 (25.39% from 255 or 15.69% from 408); Green value is 107 (42.19% from 255 or 26.23% from 408); Blue value is 237 (92.97% from 255 or 58.09% from 408); Max value from RGB is 237 - color contains mainly: blue. Hex color #406BED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406BED is #BF9412. Grayscale: #6C6C6C. Windows color (decimal): -12555283 or 15559488. OLE color: 15559488.

HSL color Cylindrical-coordinate representation of color #406BED: hue angle of 225.09º 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 #406BED is Cyan = 0.73, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 107 237 -
CMYK 0.73 0.55 0 0.07
HSL 225.09º 0.83% 0.59% -
HSV(B) 225.09º 0.73% 0.93% -
XYZ 22.66 17.72 82.35 -
YUV 108.96 200.25 95.93 -
System Red Green Blue C M Y K H S L
Decimal 64 107 237 0.73 0.55 0 0.07 225.09 0.83 0.59
Hex 40 6B ED 49 37 0 7 E1 53 3B
Octal 100 153 355 111 67 0 7 341 123 73
Binary 1000000 1101011 11101101 1001001 110111 0 111 11100001 1010011 111011

Color Harmonies of #406BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BED

Black with #406BED

Text Example


Text Example

White with #406BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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