Html Css Color HEX #4057DD Royal Blue

📋 copy color: '#4057DD'

red 64 ◦ green 87 ◦ blue 221

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

Shades of Royal Blue #4057DD

Tints of Royal Blue #4057DD

RGB

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

 GREEN value IS 87 (34.38% from 255) = 23.39%

 BLUE value IS 221 (86.72% from 255) = 59.41%

R = 17.2%
G = 23.39%
B = 59.41%

CMYK

 C value IS 0.71

 M value IS 0.61

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4057DD (or 0x4057DD) is known color: Royal Blue. HEX triplet: 40, 57 and DD. RGB value is (64,87,221). Sum of RGB (Red+Green+Blue) = 64+87+221=372 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.20% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 221 (86.72% from 255 or 59.41% from 372); Max value from RGB is 221 - color contains mainly: blue. Hex color #4057DD is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4057DD is #BFA822. Grayscale: #5E5E5E. Windows color (decimal): -12560419 or 14505792. OLE color: 14505792.

HSL color Cylindrical-coordinate representation of color #4057DD: hue angle of 231.21º degrees, saturation: 0.7, 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 #4057DD is Cyan = 0.71, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 64 87 221 -
CMYK 0.71 0.61 0 0.13
HSL 231.21º 0.7% 0.56% -
HSV(B) 231.21º 0.71% 0.87% -
XYZ 18.57 13.13 69.96 -
YUV 95.4 198.88 105.6 -
System Red Green Blue C M Y K H S L
Decimal 64 87 221 0.71 0.61 0 0.13 231.21 0.7 0.56
Hex 40 57 DD 47 3D 0 D E7 46 38
Octal 100 127 335 107 75 0 15 347 106 70
Binary 1000000 1010111 11011101 1000111 111101 0 1101 11100111 1000110 111000

Color Harmonies of #4057DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4057DD

Black with #4057DD

Text Example


Text Example

White with #4057DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4057DD; }

 p { color: rgb(64,87,221); }

 H1.HeaderClassName
 {
   color: #4057DD;
 }
 .AnyTagClassName
 {
   color: #4057DD;
 }
</style>

background-color css

<style>
 a { background-color: #4057DD; }

 a { background-color: rgb(64,87,221); }

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

border-color css

<style>
 span { border-color: #4057DD; }

 span { border-color: rgb(64,87,221); }

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