Html Css Color HEX #3054E6 Royal Blue

📋 copy color: '#3054E6'

red 48 ◦ green 84 ◦ blue 230

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

Shades of Royal Blue #3054E6

Tints of Royal Blue #3054E6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 63.54%

R = 13.26%
G = 23.2%
B = 63.54%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#3054E6 (or 0x3054E6) is known color: Royal Blue. HEX triplet: 30, 54 and E6. RGB value is (48,84,230). Sum of RGB (Red+Green+Blue) = 48+84+230=362 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.26% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 230 (90.23% from 255 or 63.54% from 362); Max value from RGB is 230 - color contains mainly: blue. Hex color #3054E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3054E6 is #CFAB19. Grayscale: #595959. Windows color (decimal): -13609754 or 15094832. OLE color: 15094832.

HSL color Cylindrical-coordinate representation of color #3054E6: hue angle of 228.13º degrees, saturation: 0.78, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3054E6 is Cyan = 0.79, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 48 84 230 -
CMYK 0.79 0.63 0 0.10
HSL 228.13º 0.78% 0.55% -
HSV(B) 228.13º 0.79% 0.9% -
XYZ 18.67 12.68 76.33 -
YUV 89.88 207.07 98.13 -
System Red Green Blue C M Y K H S L
Decimal 48 84 230 0.79 0.63 0 0.10 228.13 0.78 0.55
Hex 30 54 E6 4F 3F 0 A E4 4E 37
Octal 60 124 346 117 77 0 12 344 116 67
Binary 110000 1010100 11100110 1001111 111111 0 1010 11100100 1001110 110111

Color Harmonies of #3054E6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3054E6

Black with #3054E6

Text Example


Text Example

White with #3054E6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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