Html Css Color HEX #3059DC Royal Blue

📋 copy color: '#3059DC'

red 48 ◦ green 89 ◦ blue 220

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

Shades of Royal Blue #3059DC

Tints of Royal Blue #3059DC

RGB

 RED value IS 48 (19.14% from 255) = 13.45%

 GREEN value IS 89 (35.16% from 255) = 24.93%

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

R = 13.45%
G = 24.93%
B = 61.62%

CMYK

 C value IS 0.78

 M value IS 0.60

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3059DC (or 0x3059DC) is known color: Royal Blue. HEX triplet: 30, 59 and DC. RGB value is (48,89,220). Sum of RGB (Red+Green+Blue) = 48+89+220=357 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.45% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 220 (86.33% from 255 or 61.62% from 357); Max value from RGB is 220 - color contains mainly: blue. Hex color #3059DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3059DC is #CFA623. Grayscale: #5B5B5B. Windows color (decimal): -13608484 or 14440752. OLE color: 14440752.

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

Color convert

RGB 48 89 220 -
CMYK 0.78 0.60 0 0.14
HSL 225.7º 0.71% 0.53% -
HSV(B) 225.7º 0.78% 0.86% -
XYZ 17.71 12.94 69.27 -
YUV 91.68 200.42 96.85 -
System Red Green Blue C M Y K H S L
Decimal 48 89 220 0.78 0.60 0 0.14 225.7 0.71 0.53
Hex 30 59 DC 4E 3C 0 E E2 47 35
Octal 60 131 334 116 74 0 16 342 107 65
Binary 110000 1011001 11011100 1001110 111100 0 1110 11100010 1000111 110101

Color Harmonies of #3059DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3059DC

Black with #3059DC

Text Example


Text Example

White with #3059DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,89,220); }

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

background-color css

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

 a { background-color: rgb(48,89,220); }

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

border-color css

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

 span { border-color: rgb(48,89,220); }

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