Html Css Color HEX #407BEA Royal Blue

📋 copy color: '#407BEA'

red 64 ◦ green 123 ◦ blue 234

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

Shades of Royal Blue #407BEA

Tints of Royal Blue #407BEA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 29.22%

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

R = 15.2%
G = 29.22%
B = 55.58%

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

#407BEA (or 0x407BEA) is known color: Royal Blue. HEX triplet: 40, 7B and EA. RGB value is (64,123,234). Sum of RGB (Red+Green+Blue) = 64+123+234=421 (55% of max value = 765). Red value is 64 (25.39% from 255 or 15.20% from 421); Green value is 123 (48.44% from 255 or 29.22% from 421); Blue value is 234 (91.80% from 255 or 55.58% from 421); Max value from RGB is 234 - color contains mainly: blue. Hex color #407BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407BEA is #BF8415. Grayscale: #757575. Windows color (decimal): -12551190 or 15366976. OLE color: 15366976.

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

Color convert

RGB 64 123 234 -
CMYK 0.73 0.47 0 0.08
HSL 219.18º 0.8% 0.58% -
HSV(B) 219.18º 0.73% 0.92% -
XYZ 24.05 21.2 80.67 -
YUV 118.01 193.45 89.47 -
System Red Green Blue C M Y K H S L
Decimal 64 123 234 0.73 0.47 0 0.08 219.18 0.8 0.58
Hex 40 7B EA 49 2F 0 8 DB 50 3A
Octal 100 173 352 111 57 0 10 333 120 72
Binary 1000000 1111011 11101010 1001001 101111 0 1000 11011011 1010000 111010

Color Harmonies of #407BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407BEA

Black with #407BEA

Text Example


Text Example

White with #407BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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