Html Css Color HEX #4057DC Royal Blue

📋 copy color: '#4057DC'

red 64 ◦ green 87 ◦ blue 220

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

Shades of Royal Blue #4057DC

Tints of Royal Blue #4057DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 59.3%

R = 17.25%
G = 23.45%
B = 59.3%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4057DC (or 0x4057DC) is known color: Royal Blue. HEX triplet: 40, 57 and DC. RGB value is (64,87,220). Sum of RGB (Red+Green+Blue) = 64+87+220=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 87 (34.38% from 255 or 23.45% from 371); Blue value is 220 (86.33% from 255 or 59.30% from 371); Max value from RGB is 220 - color contains mainly: blue. Hex color #4057DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4057DC is #BFA823. Grayscale: #5E5E5E. Windows color (decimal): -12560420 or 14440256. OLE color: 14440256.

HSL color Cylindrical-coordinate representation of color #4057DC: hue angle of 231.15º degrees, saturation: 0.69, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4057DC is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 87 220 -
CMYK 0.71 0.60 0 0.14
HSL 231.15º 0.69% 0.56% -
HSV(B) 231.15º 0.71% 0.86% -
XYZ 18.44 13.07 69.26 -
YUV 95.29 198.38 105.69 -
System Red Green Blue C M Y K H S L
Decimal 64 87 220 0.71 0.60 0 0.14 231.15 0.69 0.56
Hex 40 57 DC 47 3C 0 E E7 45 38
Octal 100 127 334 107 74 0 16 347 105 70
Binary 1000000 1010111 11011100 1000111 111100 0 1110 11100111 1000101 111000

Color Harmonies of #4057DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4057DC

Black with #4057DC

Text Example


Text Example

White with #4057DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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