Html Css Color HEX #4058DA Royal Blue

📋 copy color: '#4058DA'

red 64 ◦ green 88 ◦ blue 218

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

Shades of Royal Blue #4058DA

Tints of Royal Blue #4058DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 58.92%

R = 17.3%
G = 23.78%
B = 58.92%

CMYK

 C value IS 0.71

 M value IS 0.60

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#4058DA (or 0x4058DA) is known color: Royal Blue. HEX triplet: 40, 58 and DA. RGB value is (64,88,218). Sum of RGB (Red+Green+Blue) = 64+88+218=370 (49% of max value = 765). Red value is 64 (25.39% from 255 or 17.30% from 370); Green value is 88 (34.77% from 255 or 23.78% from 370); Blue value is 218 (85.55% from 255 or 58.92% from 370); Max value from RGB is 218 - color contains mainly: blue. Hex color #4058DA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #4058DA is #BFA725. Grayscale: #5F5F5F. Windows color (decimal): -12560166 or 14309440. OLE color: 14309440.

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

Color convert

RGB 64 88 218 -
CMYK 0.71 0.60 0 0.15
HSL 230.65º 0.68% 0.55% -
HSV(B) 230.65º 0.71% 0.85% -
XYZ 18.26 13.13 67.9 -
YUV 95.64 197.05 105.43 -
System Red Green Blue C M Y K H S L
Decimal 64 88 218 0.71 0.60 0 0.15 230.65 0.68 0.55
Hex 40 58 DA 47 3C 0 F E7 44 37
Octal 100 130 332 107 74 0 17 347 104 67
Binary 1000000 1011000 11011010 1000111 111100 0 1111 11100111 1000100 110111

Color Harmonies of #4058DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4058DA

Black with #4058DA

Text Example


Text Example

White with #4058DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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