Html Css Color HEX #3054DB Royal Blue

📋 copy color: '#3054DB'

red 48 ◦ green 84 ◦ blue 219

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

Shades of Royal Blue #3054DB

Tints of Royal Blue #3054DB

RGB

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

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

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

R = 13.68%
G = 23.93%
B = 62.39%

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

#3054DB (or 0x3054DB) is known color: Royal Blue. HEX triplet: 30, 54 and DB. RGB value is (48,84,219). Sum of RGB (Red+Green+Blue) = 48+84+219=351 (46% of max value = 765). Red value is 48 (19.14% from 255 or 13.68% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 219 (85.94% from 255 or 62.39% from 351); Max value from RGB is 219 - color contains mainly: blue. Hex color #3054DB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #3054DB is #CFAB24. Grayscale: #585858. Windows color (decimal): -13609765 or 14373936. OLE color: 14373936.

HSL color Cylindrical-coordinate representation of color #3054DB: hue angle of 227.37º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #3054DB is Cyan = 0.78, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 48 84 219 -
CMYK 0.78 0.62 0 0.14
HSL 227.37º 0.7% 0.52% -
HSV(B) 227.37º 0.78% 0.86% -
XYZ 17.18 12.08 68.44 -
YUV 88.63 201.57 99.02 -
System Red Green Blue C M Y K H S L
Decimal 48 84 219 0.78 0.62 0 0.14 227.37 0.7 0.52
Hex 30 54 DB 4E 3E 0 E E3 46 34
Octal 60 124 333 116 76 0 16 343 106 64
Binary 110000 1010100 11011011 1001110 111110 0 1110 11100011 1000110 110100

Color Harmonies of #3054DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3054DB

Black with #3054DB

Text Example


Text Example

White with #3054DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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