Html Css Color HEX #405BDF Royal Blue

📋 copy color: '#405BDF'

red 64 ◦ green 91 ◦ blue 223

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

Shades of Royal Blue #405BDF

Tints of Royal Blue #405BDF

RGB

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

 GREEN value IS 91 (35.94% from 255) = 24.07%

 BLUE value IS 223 (87.5% from 255) = 58.99%

R = 16.93%
G = 24.07%
B = 58.99%

CMYK

 C value IS 0.71

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#405BDF (or 0x405BDF) is known color: Royal Blue. HEX triplet: 40, 5B and DF. RGB value is (64,91,223). Sum of RGB (Red+Green+Blue) = 64+91+223=378 (50% of max value = 765). Red value is 64 (25.39% from 255 or 16.93% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 223 (87.5% from 255 or 58.99% from 378); Max value from RGB is 223 - color contains mainly: blue. Hex color #405BDF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #405BDF is #BFA420. Grayscale: #616161. Windows color (decimal): -12559393 or 14637888. OLE color: 14637888.

HSL color Cylindrical-coordinate representation of color #405BDF: hue angle of 229.81º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #405BDF is Cyan = 0.71, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 91 223 -
CMYK 0.71 0.59 0 0.13
HSL 229.81º 0.71% 0.56% -
HSV(B) 229.81º 0.71% 0.87% -
XYZ 19.17 13.9 71.48 -
YUV 97.98 198.55 103.77 -
System Red Green Blue C M Y K H S L
Decimal 64 91 223 0.71 0.59 0 0.13 229.81 0.71 0.56
Hex 40 5B DF 47 3B 0 D E6 47 38
Octal 100 133 337 107 73 0 15 346 107 70
Binary 1000000 1011011 11011111 1000111 111011 0 1101 11100110 1000111 111000

Color Harmonies of #405BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405BDF

Black with #405BDF

Text Example


Text Example

White with #405BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,91,223); }

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

background-color css

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

 a { background-color: rgb(64,91,223); }

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

border-color css

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

 span { border-color: rgb(64,91,223); }

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