Html Css Color HEX #405DEE Royal Blue

📋 copy color: '#405DEE'

red 64 ◦ green 93 ◦ blue 238

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

Shades of Royal Blue #405DEE

Tints of Royal Blue #405DEE

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.54%

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

R = 16.2%
G = 23.54%
B = 60.25%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#405DEE (or 0x405DEE) is known color: Royal Blue. HEX triplet: 40, 5D and EE. RGB value is (64,93,238). Sum of RGB (Red+Green+Blue) = 64+93+238=395 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.20% from 395); Green value is 93 (36.72% from 255 or 23.54% from 395); Blue value is 238 (93.36% from 255 or 60.25% from 395); Max value from RGB is 238 - color contains mainly: blue. Hex color #405DEE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405DEE is #BFA211. Grayscale: #646464. Windows color (decimal): -12558866 or 15621440. OLE color: 15621440.

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

Color convert

RGB 64 93 238 -
CMYK 0.73 0.61 0 0.07
HSL 230º 0.84% 0.59% -
HSV(B) 230º 0.73% 0.93% -
XYZ 21.46 15.09 82.67 -
YUV 100.86 205.39 101.71 -
System Red Green Blue C M Y K H S L
Decimal 64 93 238 0.73 0.61 0 0.07 230 0.84 0.59
Hex 40 5D EE 49 3D 0 7 E6 54 3B
Octal 100 135 356 111 75 0 7 346 124 73
Binary 1000000 1011101 11101110 1001001 111101 0 111 11100110 1010100 111011

Color Harmonies of #405DEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405DEE

Black with #405DEE

Text Example


Text Example

White with #405DEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #405DEE; }

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

 H1.HeaderClassName
 {
   color: #405DEE;
 }
 .AnyTagClassName
 {
   color: #405DEE;
 }
</style>

background-color css

<style>
 a { background-color: #405DEE; }

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

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

border-color css

<style>
 span { border-color: #405DEE; }

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

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