Html Css Color HEX #407DEA Royal Blue

📋 copy color: '#407DEA'

red 64 ◦ green 125 ◦ blue 234

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

Shades of Royal Blue #407DEA

Tints of Royal Blue #407DEA

RGB

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

 GREEN value IS 125 (49.22% from 255) = 29.55%

 BLUE value IS 234 (91.8% from 255) = 55.32%

R = 15.13%
G = 29.55%
B = 55.32%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#407DEA (or 0x407DEA) is known color: Royal Blue. HEX triplet: 40, 7D and EA. RGB value is (64,125,234). Sum of RGB (Red+Green+Blue) = 64+125+234=423 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.13% from 423); Green value is 125 (49.22% from 255 or 29.55% from 423); Blue value is 234 (91.80% from 255 or 55.32% from 423); Max value from RGB is 234 - color contains mainly: blue. Hex color #407DEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407DEA is #BF8215. Grayscale: #767676. Windows color (decimal): -12550678 or 15367488. OLE color: 15367488.

HSL color Cylindrical-coordinate representation of color #407DEA: hue angle of 218.47º degrees, saturation: 0.8, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407DEA is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 125 234 -
CMYK 0.73 0.47 0 0.08
HSL 218.47º 0.8% 0.58% -
HSV(B) 218.47º 0.73% 0.92% -
XYZ 24.3 21.7 80.75 -
YUV 119.19 192.79 88.64 -
System Red Green Blue C M Y K H S L
Decimal 64 125 234 0.73 0.47 0 0.08 218.47 0.8 0.58
Hex 40 7D EA 49 2F 0 8 DA 50 3A
Octal 100 175 352 111 57 0 10 332 120 72
Binary 1000000 1111101 11101010 1001001 101111 0 1000 11011010 1010000 111010

Color Harmonies of #407DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407DEA

Black with #407DEA

Text Example


Text Example

White with #407DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,125,234); }

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

background-color css

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

 a { background-color: rgb(64,125,234); }

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

border-color css

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

 span { border-color: rgb(64,125,234); }

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