Html Css Color HEX #407CEA Royal Blue

📋 copy color: '#407CEA'

red 64 ◦ green 124 ◦ blue 234

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

Shades of Royal Blue #407CEA

Tints of Royal Blue #407CEA

RGB

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

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

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

R = 15.17%
G = 29.38%
B = 55.45%

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

#407CEA (or 0x407CEA) is known color: Royal Blue. HEX triplet: 40, 7C and EA. RGB value is (64,124,234). Sum of RGB (Red+Green+Blue) = 64+124+234=422 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.17% from 422); Green value is 124 (48.83% from 255 or 29.38% from 422); Blue value is 234 (91.80% from 255 or 55.45% from 422); Max value from RGB is 234 - color contains mainly: blue. Hex color #407CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407CEA is #BF8315. Grayscale: #767676. Windows color (decimal): -12550934 or 15367232. OLE color: 15367232.

HSL color Cylindrical-coordinate representation of color #407CEA: hue angle of 218.82º 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 #407CEA is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 64 124 234 -
CMYK 0.73 0.47 0 0.08
HSL 218.82º 0.8% 0.58% -
HSV(B) 218.82º 0.73% 0.92% -
XYZ 24.17 21.45 80.71 -
YUV 118.6 193.12 89.06 -
System Red Green Blue C M Y K H S L
Decimal 64 124 234 0.73 0.47 0 0.08 218.82 0.8 0.58
Hex 40 7C EA 49 2F 0 8 DB 50 3A
Octal 100 174 352 111 57 0 10 333 120 72
Binary 1000000 1111100 11101010 1001001 101111 0 1000 11011011 1010000 111010

Color Harmonies of #407CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CEA

Black with #407CEA

Text Example


Text Example

White with #407CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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