Html Css Color HEX #405CDA Royal Blue

📋 copy color: '#405CDA'

red 64 ◦ green 92 ◦ blue 218

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

Shades of Royal Blue #405CDA

Tints of Royal Blue #405CDA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.6%

 BLUE value IS 218 (85.55% from 255) = 58.29%

R = 17.11%
G = 24.6%
B = 58.29%

CMYK

 C value IS 0.71

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#405CDA (or 0x405CDA) is known color: Royal Blue. HEX triplet: 40, 5C and DA. RGB value is (64,92,218). Sum of RGB (Red+Green+Blue) = 64+92+218=374 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.11% from 374); Green value is 92 (36.33% from 255 or 24.60% from 374); Blue value is 218 (85.55% from 255 or 58.29% from 374); Max value from RGB is 218 - color contains mainly: blue. Hex color #405CDA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405CDA is #BFA325. Grayscale: #616161. Windows color (decimal): -12559142 or 14310464. OLE color: 14310464.

HSL color Cylindrical-coordinate representation of color #405CDA: hue angle of 229.09º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #405CDA is Cyan = 0.71, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 64 92 218 -
CMYK 0.71 0.58 0 0.15
HSL 229.09º 0.68% 0.55% -
HSV(B) 229.09º 0.71% 0.85% -
XYZ 18.6 13.81 68.01 -
YUV 97.99 195.72 103.75 -
System Red Green Blue C M Y K H S L
Decimal 64 92 218 0.71 0.58 0 0.15 229.09 0.68 0.55
Hex 40 5C DA 47 3A 0 F E5 44 37
Octal 100 134 332 107 72 0 17 345 104 67
Binary 1000000 1011100 11011010 1000111 111010 0 1111 11100101 1000100 110111

Color Harmonies of #405CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405CDA

Black with #405CDA

Text Example


Text Example

White with #405CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,92,218); }

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

background-color css

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

 a { background-color: rgb(64,92,218); }

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

border-color css

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

 span { border-color: rgb(64,92,218); }

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