Html Css Color HEX #406BFB Royal Blue

📋 copy color: '#406BFB'

red 64 ◦ green 107 ◦ blue 251

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

Shades of Royal Blue #406BFB

Tints of Royal Blue #406BFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 59.48%

R = 15.17%
G = 25.36%
B = 59.48%

CMYK

 C value IS 0.75

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#406BFB (or 0x406BFB) is known color: Royal Blue. HEX triplet: 40, 6B and FB. RGB value is (64,107,251). Sum of RGB (Red+Green+Blue) = 64+107+251=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 107 (42.19% from 255 or 25.36% from 422); Blue value is 251 (98.44% from 255 or 59.48% from 422); Max value from RGB is 251 - color contains mainly: blue. Hex color #406BFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406BFB is #BF9404. Grayscale: #6D6D6D. Windows color (decimal): -12555269 or 16476992. OLE color: 16476992.

HSL color Cylindrical-coordinate representation of color #406BFB: hue angle of 226.2º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #406BFB is Cyan = 0.75, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 107 251 -
CMYK 0.75 0.57 0 0.02
HSL 226.2º 0.96% 0.62% -
HSV(B) 226.2º 0.75% 0.98% -
XYZ 24.78 18.57 93.54 -
YUV 110.56 207.25 94.79 -
System Red Green Blue C M Y K H S L
Decimal 64 107 251 0.75 0.57 0 0.02 226.2 0.96 0.62
Hex 40 6B FB 4B 39 0 2 E2 60 3E
Octal 100 153 373 113 71 0 2 342 140 76
Binary 1000000 1101011 11111011 1001011 111001 0 10 11100010 1100000 111110

Color Harmonies of #406BFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406BFB

Black with #406BFB

Text Example


Text Example

White with #406BFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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