Html Css Color HEX #405FF4 Royal Blue

📋 copy color: '#405FF4'

red 64 ◦ green 95 ◦ blue 244

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

Shades of Royal Blue #405FF4

Tints of Royal Blue #405FF4

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23.57%

 BLUE value IS 244 (95.7% from 255) = 60.55%

R = 15.88%
G = 23.57%
B = 60.55%

CMYK

 C value IS 0.74

 M value IS 0.61

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#405FF4 (or 0x405FF4) is known color: Royal Blue. HEX triplet: 40, 5F and F4. RGB value is (64,95,244). Sum of RGB (Red+Green+Blue) = 64+95+244=403 (53% of max value = 765). Red value is 64 (25.39% from 255 or 15.88% from 403); Green value is 95 (37.5% from 255 or 23.57% from 403); Blue value is 244 (95.70% from 255 or 60.55% from 403); Max value from RGB is 244 - color contains mainly: blue. Hex color #405FF4 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #405FF4 is #BFA00B. Grayscale: #666666. Windows color (decimal): -12558348 or 16015168. OLE color: 16015168.

HSL color Cylindrical-coordinate representation of color #405FF4: hue angle of 229.67º degrees, saturation: 0.89, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #405FF4 is Cyan = 0.74, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 64 95 244 -
CMYK 0.74 0.61 0 0.04
HSL 229.67º 0.89% 0.6% -
HSV(B) 229.67º 0.74% 0.96% -
XYZ 22.54 15.81 87.45 -
YUV 102.72 207.73 100.38 -
System Red Green Blue C M Y K H S L
Decimal 64 95 244 0.74 0.61 0 0.04 229.67 0.89 0.6
Hex 40 5F F4 4A 3D 0 4 E6 59 3C
Octal 100 137 364 112 75 0 4 346 131 74
Binary 1000000 1011111 11110100 1001010 111101 0 100 11100110 1011001 111100

Color Harmonies of #405FF4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #405FF4

Black with #405FF4

Text Example


Text Example

White with #405FF4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(64,95,244); }

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

background-color css

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

 a { background-color: rgb(64,95,244); }

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

border-color css

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

 span { border-color: rgb(64,95,244); }

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