Html Css Color HEX #407CEE Royal Blue

📋 copy color: '#407CEE'

red 64 ◦ green 124 ◦ blue 238

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

Shades of Royal Blue #407CEE

Tints of Royal Blue #407CEE

RGB

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

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

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

R = 15.02%
G = 29.11%
B = 55.87%

CMYK

 C value IS 0.73

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#407CEE (or 0x407CEE) is known color: Royal Blue. HEX triplet: 40, 7C and EE. RGB value is (64,124,238). Sum of RGB (Red+Green+Blue) = 64+124+238=426 (56% of max value = 765). Red value is 64 (25.39% from 255 or 15.02% from 426); Green value is 124 (48.83% from 255 or 29.11% from 426); Blue value is 238 (93.36% from 255 or 55.87% from 426); Max value from RGB is 238 - color contains mainly: blue. Hex color #407CEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #407CEE is #BF8311. Grayscale: #767676. Windows color (decimal): -12550930 or 15629376. OLE color: 15629376.

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

Color convert

RGB 64 124 238 -
CMYK 0.73 0.48 0 0.07
HSL 219.31º 0.84% 0.59% -
HSV(B) 219.31º 0.73% 0.93% -
XYZ 24.75 21.68 83.77 -
YUV 119.06 195.12 88.73 -
System Red Green Blue C M Y K H S L
Decimal 64 124 238 0.73 0.48 0 0.07 219.31 0.84 0.59
Hex 40 7C EE 49 30 0 7 DB 54 3B
Octal 100 174 356 111 60 0 7 333 124 73
Binary 1000000 1111100 11101110 1001001 110000 0 111 11011011 1010100 111011

Color Harmonies of #407CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #407CEE

Black with #407CEE

Text Example


Text Example

White with #407CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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