Html Css Color HEX #407AFD Royal Blue

📋 copy color: '#407AFD'

red 64 ◦ green 122 ◦ blue 253

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

Shades of Royal Blue #407AFD

Tints of Royal Blue #407AFD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.79%

 BLUE value IS 253 (99.22% from 255) = 57.63%

R = 14.58%
G = 27.79%
B = 57.63%

CMYK

 C value IS 0.75

 M value IS 0.52

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#407AFD (or 0x407AFD) is known color: Royal Blue. HEX triplet: 40, 7A and FD. RGB value is (64,122,253). Sum of RGB (Red+Green+Blue) = 64+122+253=439 (58% of max value = 765). Red value is 64 (25.39% from 255 or 14.58% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 253 (99.22% from 255 or 57.63% from 439); Max value from RGB is 253 - color contains mainly: blue. Hex color #407AFD is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407AFD is #BF8502. Grayscale: #777777. Windows color (decimal): -12551427 or 16611904. OLE color: 16611904.

HSL color Cylindrical-coordinate representation of color #407AFD: hue angle of 221.59º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #407AFD is Cyan = 0.75, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 64 122 253 -
CMYK 0.75 0.52 0 0.01
HSL 221.59º 0.98% 0.62% -
HSV(B) 221.59º 0.75% 0.99% -
XYZ 26.8 22.1 95.78 -
YUV 119.59 203.28 88.35 -
System Red Green Blue C M Y K H S L
Decimal 64 122 253 0.75 0.52 0 0.01 221.59 0.98 0.62
Hex 40 7A FD 4B 34 0 1 DE 62 3E
Octal 100 172 375 113 64 0 1 336 142 76
Binary 1000000 1111010 11111101 1001011 110100 0 1 11011110 1100010 111110

Color Harmonies of #407AFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407AFD

Black with #407AFD

Text Example


Text Example

White with #407AFD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,122,253); }

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

background-color css

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

 a { background-color: rgb(64,122,253); }

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

border-color css

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

 span { border-color: rgb(64,122,253); }

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