Html Css Color HEX #3050ED Royal Blue

📋 copy color: '#3050ED'

red 48 ◦ green 80 ◦ blue 237

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

Shades of Royal Blue #3050ED

Tints of Royal Blue #3050ED

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.92%

 BLUE value IS 237 (92.97% from 255) = 64.93%

R = 13.15%
G = 21.92%
B = 64.93%

CMYK

 C value IS 0.80

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3050ED (or 0x3050ED) is known color: Royal Blue. HEX triplet: 30, 50 and ED. RGB value is (48,80,237). Sum of RGB (Red+Green+Blue) = 48+80+237=365 (48% of max value = 765). Red value is 48 (19.14% from 255 or 13.15% from 365); Green value is 80 (31.64% from 255 or 21.92% from 365); Blue value is 237 (92.97% from 255 or 64.93% from 365); Max value from RGB is 237 - color contains mainly: blue. Hex color #3050ED is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3050ED is #CFAF12. Grayscale: #575757. Windows color (decimal): -13610771 or 15552560. OLE color: 15552560.

HSL color Cylindrical-coordinate representation of color #3050ED: hue angle of 229.84º degrees, saturation: 0.84, 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 #3050ED is Cyan = 0.80, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 48 80 237 -
CMYK 0.80 0.66 0 0.07
HSL 229.84º 0.84% 0.56% -
HSV(B) 229.84º 0.8% 0.93% -
XYZ 19.37 12.48 81.51 -
YUV 88.33 211.9 99.23 -
System Red Green Blue C M Y K H S L
Decimal 48 80 237 0.80 0.66 0 0.07 229.84 0.84 0.56
Hex 30 50 ED 50 42 0 7 E6 54 38
Octal 60 120 355 120 102 0 7 346 124 70
Binary 110000 1010000 11101101 1010000 1000010 0 111 11100110 1010100 111000

Color Harmonies of #3050ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3050ED

Black with #3050ED

Text Example


Text Example

White with #3050ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3050ED; }

 p { color: rgb(48,80,237); }

 H1.HeaderClassName
 {
   color: #3050ED;
 }
 .AnyTagClassName
 {
   color: #3050ED;
 }
</style>

background-color css

<style>
 a { background-color: #3050ED; }

 a { background-color: rgb(48,80,237); }

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

border-color css

<style>
 span { border-color: #3050ED; }

 span { border-color: rgb(48,80,237); }

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