Html Css Color HEX #3150EE Royal Blue

📋 copy color: '#3150EE'

red 49 ◦ green 80 ◦ blue 238

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

Shades of Royal Blue #3150EE

Tints of Royal Blue #3150EE

RGB

 RED value IS 49 (19.53% from 255) = 13.35%

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

 BLUE value IS 238 (93.36% from 255) = 64.85%

R = 13.35%
G = 21.8%
B = 64.85%

CMYK

 C value IS 0.79

 M value IS 0.66

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#3150EE (or 0x3150EE) is known color: Royal Blue. HEX triplet: 31, 50 and EE. RGB value is (49,80,238). Sum of RGB (Red+Green+Blue) = 49+80+238=367 (48% of max value = 765). Red value is 49 (19.53% from 255 or 13.35% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 238 (93.36% from 255 or 64.85% from 367); Max value from RGB is 238 - color contains mainly: blue. Hex color #3150EE is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #3150EE is #CEAF11. Grayscale: #585858. Windows color (decimal): -13545234 or 15618097. OLE color: 15618097.

HSL color Cylindrical-coordinate representation of color #3150EE: hue angle of 230.16º degrees, saturation: 0.85, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #3150EE is Cyan = 0.79, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 49 80 238 -
CMYK 0.79 0.66 0 0.07
HSL 230.16º 0.85% 0.56% -
HSV(B) 230.16º 0.79% 0.93% -
XYZ 19.57 12.56 82.28 -
YUV 88.74 212.23 99.65 -
System Red Green Blue C M Y K H S L
Decimal 49 80 238 0.79 0.66 0 0.07 230.16 0.85 0.56
Hex 31 50 EE 4F 42 0 7 E6 55 38
Octal 61 120 356 117 102 0 7 346 125 70
Binary 110001 1010000 11101110 1001111 1000010 0 111 11100110 1010101 111000

Color Harmonies of #3150EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3150EE

Black with #3150EE

Text Example


Text Example

White with #3150EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3150EE; }

 p { color: rgb(49,80,238); }

 H1.HeaderClassName
 {
   color: #3150EE;
 }
 .AnyTagClassName
 {
   color: #3150EE;
 }
</style>

background-color css

<style>
 a { background-color: #3150EE; }

 a { background-color: rgb(49,80,238); }

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

border-color css

<style>
 span { border-color: #3150EE; }

 span { border-color: rgb(49,80,238); }

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