Html Css Color HEX #3054DC Royal Blue

📋 copy color: '#3054DC'

red 48 ◦ green 84 ◦ blue 220

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

Shades of Royal Blue #3054DC

Tints of Royal Blue #3054DC

RGB

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

 GREEN value IS 84 (33.2% from 255) = 23.86%

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

R = 13.64%
G = 23.86%
B = 62.5%

CMYK

 C value IS 0.78

 M value IS 0.62

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#3054DC (or 0x3054DC) is known color: Royal Blue. HEX triplet: 30, 54 and DC. RGB value is (48,84,220). Sum of RGB (Red+Green+Blue) = 48+84+220=352 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.64% from 352); Green value is 84 (33.20% from 255 or 23.86% from 352); Blue value is 220 (86.33% from 255 or 62.5% from 352); Max value from RGB is 220 - color contains mainly: blue. Hex color #3054DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3054DC is #CFAB23. Grayscale: #585858. Windows color (decimal): -13609764 or 14439472. OLE color: 14439472.

HSL color Cylindrical-coordinate representation of color #3054DC: hue angle of 227.44º 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 #3054DC is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 84 220 -
CMYK 0.78 0.62 0 0.14
HSL 227.44º 0.71% 0.53% -
HSV(B) 227.44º 0.78% 0.86% -
XYZ 17.31 12.14 69.14 -
YUV 88.74 202.07 98.94 -
System Red Green Blue C M Y K H S L
Decimal 48 84 220 0.78 0.62 0 0.14 227.44 0.71 0.53
Hex 30 54 DC 4E 3E 0 E E3 47 35
Octal 60 124 334 116 76 0 16 343 107 65
Binary 110000 1010100 11011100 1001110 111110 0 1110 11100011 1000111 110101

Color Harmonies of #3054DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3054DC

Black with #3054DC

Text Example


Text Example

White with #3054DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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