Html Css Color HEX #406FFA Royal Blue

📋 copy color: '#406FFA'

red 64 ◦ green 111 ◦ blue 250

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

Shades of Royal Blue #406FFA

Tints of Royal Blue #406FFA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 26.12%

 BLUE value IS 250 (98.05% from 255) = 58.82%

R = 15.06%
G = 26.12%
B = 58.82%

CMYK

 C value IS 0.74

 M value IS 0.56

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#406FFA (or 0x406FFA) is known color: Royal Blue. HEX triplet: 40, 6F and FA. RGB value is (64,111,250). Sum of RGB (Red+Green+Blue) = 64+111+250=425 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.06% from 425); Green value is 111 (43.75% from 255 or 26.12% from 425); Blue value is 250 (98.05% from 255 or 58.82% from 425); Max value from RGB is 250 - color contains mainly: blue. Hex color #406FFA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #406FFA is #BF9005. Grayscale: #707070. Windows color (decimal): -12554246 or 16412480. OLE color: 16412480.

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

Color convert

RGB 64 111 250 -
CMYK 0.74 0.56 0 0.02
HSL 224.84º 0.95% 0.62% -
HSV(B) 224.84º 0.74% 0.98% -
XYZ 25.05 19.36 92.86 -
YUV 112.79 205.43 93.2 -
System Red Green Blue C M Y K H S L
Decimal 64 111 250 0.74 0.56 0 0.02 224.84 0.95 0.62
Hex 40 6F FA 4A 38 0 2 E1 5F 3E
Octal 100 157 372 112 70 0 2 341 137 76
Binary 1000000 1101111 11111010 1001010 111000 0 10 11100001 1011111 111110

Color Harmonies of #406FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #406FFA

Black with #406FFA

Text Example


Text Example

White with #406FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,111,250); }

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

background-color css

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

 a { background-color: rgb(64,111,250); }

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

border-color css

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

 span { border-color: rgb(64,111,250); }

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