Html Css Color HEX #4057DB Royal Blue

📋 copy color: '#4057DB'

red 64 ◦ green 87 ◦ blue 219

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

Shades of Royal Blue #4057DB

Tints of Royal Blue #4057DB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 59.19%

R = 17.3%
G = 23.51%
B = 59.19%

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

#4057DB (or 0x4057DB) is known color: Royal Blue. HEX triplet: 40, 57 and DB. RGB value is (64,87,219). Sum of RGB (Red+Green+Blue) = 64+87+219=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 87 (34.38% from 255 or 23.51% from 370); Blue value is 219 (85.94% from 255 or 59.19% from 370); Max value from RGB is 219 - color contains mainly: blue. Hex color #4057DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4057DB is #BFA824. Grayscale: #5E5E5E. Windows color (decimal): -12560421 or 14374720. OLE color: 14374720.

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

Color convert

RGB 64 87 219 -
CMYK 0.71 0.60 0 0.14
HSL 231.1º 0.68% 0.55% -
HSV(B) 231.1º 0.71% 0.86% -
XYZ 18.31 13.02 68.57 -
YUV 95.17 197.88 105.77 -
System Red Green Blue C M Y K H S L
Decimal 64 87 219 0.71 0.60 0 0.14 231.1 0.68 0.55
Hex 40 57 DB 47 3C 0 E E7 44 37
Octal 100 127 333 107 74 0 16 347 104 67
Binary 1000000 1010111 11011011 1000111 111100 0 1110 11100111 1000100 110111

Color Harmonies of #4057DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4057DB

Black with #4057DB

Text Example


Text Example

White with #4057DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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