Html Css Color HEX #407FFB Royal Blue

📋 copy color: '#407FFB'

red 64 ◦ green 127 ◦ blue 251

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

Shades of Royal Blue #407FFB

Tints of Royal Blue #407FFB

RGB

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

 GREEN value IS 127 (50% from 255) = 28.73%

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

R = 14.48%
G = 28.73%
B = 56.79%

CMYK

 C value IS 0.75

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#407FFB (or 0x407FFB) is known color: Royal Blue. HEX triplet: 40, 7F and FB. RGB value is (64,127,251). Sum of RGB (Red+Green+Blue) = 64+127+251=442 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.48% from 442); Green value is 127 (50% from 255 or 28.73% from 442); Blue value is 251 (98.44% from 255 or 56.79% from 442); Max value from RGB is 251 - color contains mainly: blue. Hex color #407FFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407FFB is #BF8004. Grayscale: #797979. Windows color (decimal): -12550149 or 16482112. OLE color: 16482112.

HSL color Cylindrical-coordinate representation of color #407FFB: hue angle of 219.79º 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 #407FFB is Cyan = 0.75, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 64 127 251 -
CMYK 0.75 0.49 0 0.02
HSL 219.79º 0.96% 0.62% -
HSV(B) 219.79º 0.75% 0.98% -
XYZ 27.12 23.23 94.32 -
YUV 122.3 200.63 86.42 -
System Red Green Blue C M Y K H S L
Decimal 64 127 251 0.75 0.49 0 0.02 219.79 0.96 0.62
Hex 40 7F FB 4B 31 0 2 DC 60 3E
Octal 100 177 373 113 61 0 2 334 140 76
Binary 1000000 1111111 11111011 1001011 110001 0 10 11011100 1100000 111110

Color Harmonies of #407FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407FFB

Black with #407FFB

Text Example


Text Example

White with #407FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #407FFB; }

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

 H1.HeaderClassName
 {
   color: #407FFB;
 }
 .AnyTagClassName
 {
   color: #407FFB;
 }
</style>

background-color css

<style>
 a { background-color: #407FFB; }

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

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

border-color css

<style>
 span { border-color: #407FFB; }

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

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