Html Css Color HEX #407CFB Royal Blue

📋 copy color: '#407CFB'

red 64 ◦ green 124 ◦ blue 251

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

Shades of Royal Blue #407CFB

Tints of Royal Blue #407CFB

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.25%

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

R = 14.58%
G = 28.25%
B = 57.18%

CMYK

 C value IS 0.75

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#407CFB (or 0x407CFB) is known color: Royal Blue. HEX triplet: 40, 7C and FB. RGB value is (64,124,251). Sum of RGB (Red+Green+Blue) = 64+124+251=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 251 (98.44% from 255 or 57.18% from 439); Max value from RGB is 251 - color contains mainly: blue. Hex color #407CFB is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407CFB is #BF8304. Grayscale: #777777. Windows color (decimal): -12550917 or 16481344. OLE color: 16481344.

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

Color convert

RGB 64 124 251 -
CMYK 0.75 0.51 0 0.02
HSL 220.75º 0.96% 0.62% -
HSV(B) 220.75º 0.75% 0.98% -
XYZ 26.73 22.47 94.19 -
YUV 120.54 201.62 87.67 -
System Red Green Blue C M Y K H S L
Decimal 64 124 251 0.75 0.51 0 0.02 220.75 0.96 0.62
Hex 40 7C FB 4B 33 0 2 DD 60 3E
Octal 100 174 373 113 63 0 2 335 140 76
Binary 1000000 1111100 11111011 1001011 110011 0 10 11011101 1100000 111110

Color Harmonies of #407CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CFB

Black with #407CFB

Text Example


Text Example

White with #407CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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