Html Css Color HEX #4058DB Royal Blue

📋 copy color: '#4058DB'

red 64 ◦ green 88 ◦ blue 219

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

Shades of Royal Blue #4058DB

Tints of Royal Blue #4058DB

RGB

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

 GREEN value IS 88 (34.77% from 255) = 23.72%

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

R = 17.25%
G = 23.72%
B = 59.03%

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

#4058DB (or 0x4058DB) is known color: Royal Blue. HEX triplet: 40, 58 and DB. RGB value is (64,88,219). Sum of RGB (Red+Green+Blue) = 64+88+219=371 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.25% from 371); Green value is 88 (34.77% from 255 or 23.72% from 371); Blue value is 219 (85.94% from 255 or 59.03% from 371); Max value from RGB is 219 - color contains mainly: blue. Hex color #4058DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4058DB is #BFA724. Grayscale: #5F5F5F. Windows color (decimal): -12560165 or 14374976. OLE color: 14374976.

HSL color Cylindrical-coordinate representation of color #4058DB: hue angle of 230.71º 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 #4058DB is Cyan = 0.71, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 64 88 219 -
CMYK 0.71 0.60 0 0.14
HSL 230.71º 0.68% 0.55% -
HSV(B) 230.71º 0.71% 0.86% -
XYZ 18.39 13.18 68.59 -
YUV 95.76 197.55 105.35 -
System Red Green Blue C M Y K H S L
Decimal 64 88 219 0.71 0.60 0 0.14 230.71 0.68 0.55
Hex 40 58 DB 47 3C 0 E E7 44 37
Octal 100 130 333 107 74 0 16 347 104 67
Binary 1000000 1011000 11011011 1000111 111100 0 1110 11100111 1000100 110111

Color Harmonies of #4058DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4058DB

Black with #4058DB

Text Example


Text Example

White with #4058DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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