Html Css Color HEX #3053EF Royal Blue

📋 copy color: '#3053EF'

red 48 ◦ green 83 ◦ blue 239

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

Shades of Royal Blue #3053EF

Tints of Royal Blue #3053EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 64.59%

R = 12.97%
G = 22.43%
B = 64.59%

CMYK

 C value IS 0.80

 M value IS 0.65

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#3053EF (or 0x3053EF) is known color: Royal Blue. HEX triplet: 30, 53 and EF. RGB value is (48,83,239). Sum of RGB (Red+Green+Blue) = 48+83+239=370 (49% of max value = 765). Red value is 48 (19.14% from 255 or 12.97% from 370); Green value is 83 (32.81% from 255 or 22.43% from 370); Blue value is 239 (93.75% from 255 or 64.59% from 370); Max value from RGB is 239 - color contains mainly: blue. Hex color #3053EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3053EF is #CFAC10. Grayscale: #595959. Windows color (decimal): -13610001 or 15684400. OLE color: 15684400.

HSL color Cylindrical-coordinate representation of color #3053EF: hue angle of 229.01º degrees, saturation: 0.86, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #3053EF is Cyan = 0.80, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 48 83 239 -
CMYK 0.80 0.65 0 0.06
HSL 229.01º 0.86% 0.56% -
HSV(B) 229.01º 0.8% 0.94% -
XYZ 19.89 13.05 83.13 -
YUV 90.32 211.9 97.82 -
System Red Green Blue C M Y K H S L
Decimal 48 83 239 0.80 0.65 0 0.06 229.01 0.86 0.56
Hex 30 53 EF 50 41 0 6 E5 56 38
Octal 60 123 357 120 101 0 6 345 126 70
Binary 110000 1010011 11101111 1010000 1000001 0 110 11100101 1010110 111000

Color Harmonies of #3053EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3053EF

Black with #3053EF

Text Example


Text Example

White with #3053EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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