Html Css Color HEX #405DEF Royal Blue

📋 copy color: '#405DEF'

red 64 ◦ green 93 ◦ blue 239

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

Shades of Royal Blue #405DEF

Tints of Royal Blue #405DEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 60.35%

R = 16.16%
G = 23.48%
B = 60.35%

CMYK

 C value IS 0.73

 M value IS 0.61

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#405DEF (or 0x405DEF) is known color: Royal Blue. HEX triplet: 40, 5D and EF. RGB value is (64,93,239). Sum of RGB (Red+Green+Blue) = 64+93+239=396 (52% of max value = 765). Red value is 64 (25.39% from 255 or 16.16% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 239 (93.75% from 255 or 60.35% from 396); Max value from RGB is 239 - color contains mainly: blue. Hex color #405DEF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405DEF is #BFA210. Grayscale: #646464. Windows color (decimal): -12558865 or 15686976. OLE color: 15686976.

HSL color Cylindrical-coordinate representation of color #405DEF: hue angle of 230.06º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #405DEF is Cyan = 0.73, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 64 93 239 -
CMYK 0.73 0.61 0 0.06
HSL 230.06º 0.85% 0.59% -
HSV(B) 230.06º 0.73% 0.94% -
XYZ 21.61 15.15 83.45 -
YUV 100.97 205.89 101.63 -
System Red Green Blue C M Y K H S L
Decimal 64 93 239 0.73 0.61 0 0.06 230.06 0.85 0.59
Hex 40 5D EF 49 3D 0 6 E6 55 3B
Octal 100 135 357 111 75 0 6 346 125 73
Binary 1000000 1011101 11101111 1001001 111101 0 110 11100110 1010101 111011

Color Harmonies of #405DEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405DEF

Black with #405DEF

Text Example


Text Example

White with #405DEF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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