Html Css Color HEX #407EEE Royal Blue

📋 copy color: '#407EEE'

red 64 ◦ green 126 ◦ blue 238

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

Shades of Royal Blue #407EEE

Tints of Royal Blue #407EEE

RGB

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

 GREEN value IS 126 (49.61% from 255) = 29.44%

 BLUE value IS 238 (93.36% from 255) = 55.61%

R = 14.95%
G = 29.44%
B = 55.61%

CMYK

 C value IS 0.73

 M value IS 0.47

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#407EEE (or 0x407EEE) is known color: Royal Blue. HEX triplet: 40, 7E and EE. RGB value is (64,126,238). Sum of RGB (Red+Green+Blue) = 64+126+238=428 (56% of max value = 765). Red value is 64 (25.39% from 255 or 14.95% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 238 (93.36% from 255 or 55.61% from 428); Max value from RGB is 238 - color contains mainly: blue. Hex color #407EEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407EEE is #BF8111. Grayscale: #777777. Windows color (decimal): -12550418 or 15629888. OLE color: 15629888.

HSL color Cylindrical-coordinate representation of color #407EEE: hue angle of 218.62º degrees, saturation: 0.84, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #407EEE is Cyan = 0.73, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 64 126 238 -
CMYK 0.73 0.47 0 0.07
HSL 218.62º 0.84% 0.59% -
HSV(B) 218.62º 0.73% 0.93% -
XYZ 25.01 22.18 83.85 -
YUV 120.23 194.46 87.89 -
System Red Green Blue C M Y K H S L
Decimal 64 126 238 0.73 0.47 0 0.07 218.62 0.84 0.59
Hex 40 7E EE 49 2F 0 7 DB 54 3B
Octal 100 176 356 111 57 0 7 333 124 73
Binary 1000000 1111110 11101110 1001001 101111 0 111 11011011 1010100 111011

Color Harmonies of #407EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407EEE

Black with #407EEE

Text Example


Text Example

White with #407EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,126,238); }

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

background-color css

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

 a { background-color: rgb(64,126,238); }

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

border-color css

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

 span { border-color: rgb(64,126,238); }

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