Html Css Color HEX #3053EA Royal Blue

📋 copy color: '#3053EA'

red 48 ◦ green 83 ◦ blue 234

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

Shades of Royal Blue #3053EA

Tints of Royal Blue #3053EA

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.74%

 BLUE value IS 234 (91.8% from 255) = 64.11%

R = 13.15%
G = 22.74%
B = 64.11%

CMYK

 C value IS 0.79

 M value IS 0.65

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#3053EA (or 0x3053EA) is known color: Royal Blue. HEX triplet: 30, 53 and EA. RGB value is (48,83,234). Sum of RGB (Red+Green+Blue) = 48+83+234=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 234 (91.80% from 255 or 64.11% from 365); Max value from RGB is 234 - color contains mainly: blue. Hex color #3053EA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3053EA is #CFAC15. Grayscale: #595959. Windows color (decimal): -13610006 or 15356720. OLE color: 15356720.

HSL color Cylindrical-coordinate representation of color #3053EA: hue angle of 228.71º degrees, saturation: 0.82, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3053EA is Cyan = 0.79, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 48 83 234 -
CMYK 0.79 0.65 0 0.08
HSL 228.71º 0.82% 0.55% -
HSV(B) 228.71º 0.79% 0.92% -
XYZ 19.16 12.76 79.29 -
YUV 89.75 209.4 98.22 -
System Red Green Blue C M Y K H S L
Decimal 48 83 234 0.79 0.65 0 0.08 228.71 0.82 0.55
Hex 30 53 EA 4F 41 0 8 E5 52 37
Octal 60 123 352 117 101 0 10 345 122 67
Binary 110000 1010011 11101010 1001111 1000001 0 1000 11100101 1010010 110111

Color Harmonies of #3053EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3053EA

Black with #3053EA

Text Example


Text Example

White with #3053EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3053EA; }

 p { color: rgb(48,83,234); }

 H1.HeaderClassName
 {
   color: #3053EA;
 }
 .AnyTagClassName
 {
   color: #3053EA;
 }
</style>

background-color css

<style>
 a { background-color: #3053EA; }

 a { background-color: rgb(48,83,234); }

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

border-color css

<style>
 span { border-color: #3053EA; }

 span { border-color: rgb(48,83,234); }

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