Html Css Color HEX #3054EC Royal Blue

📋 copy color: '#3054EC'

red 48 ◦ green 84 ◦ blue 236

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

Shades of Royal Blue #3054EC

Tints of Royal Blue #3054EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 64.13%

R = 13.04%
G = 22.83%
B = 64.13%

CMYK

 C value IS 0.80

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3054EC (or 0x3054EC) is known color: Royal Blue. HEX triplet: 30, 54 and EC. RGB value is (48,84,236). Sum of RGB (Red+Green+Blue) = 48+84+236=368 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.04% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 236 (92.58% from 255 or 64.13% from 368); Max value from RGB is 236 - color contains mainly: blue. Hex color #3054EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3054EC is #CFAB13. Grayscale: #595959. Windows color (decimal): -13609748 or 15488048. OLE color: 15488048.

HSL color Cylindrical-coordinate representation of color #3054EC: hue angle of 228.51º degrees, saturation: 0.83, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3054EC is Cyan = 0.80, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 84 236 -
CMYK 0.80 0.64 0 0.07
HSL 228.51º 0.83% 0.56% -
HSV(B) 228.51º 0.8% 0.93% -
XYZ 19.53 13.03 80.84 -
YUV 90.56 210.07 97.64 -
System Red Green Blue C M Y K H S L
Decimal 48 84 236 0.80 0.64 0 0.07 228.51 0.83 0.56
Hex 30 54 EC 50 40 0 7 E5 53 38
Octal 60 124 354 120 100 0 7 345 123 70
Binary 110000 1010100 11101100 1010000 1000000 0 111 11100101 1010011 111000

Color Harmonies of #3054EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3054EC

Black with #3054EC

Text Example


Text Example

White with #3054EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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