Html Css Color HEX #315CEA Royal Blue

📋 copy color: '#315CEA'

red 49 ◦ green 92 ◦ blue 234

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

Shades of Royal Blue #315CEA

Tints of Royal Blue #315CEA

RGB

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

 GREEN value IS 92 (36.33% from 255) = 24.53%

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

R = 13.07%
G = 24.53%
B = 62.4%

CMYK

 C value IS 0.79

 M value IS 0.61

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#315CEA (or 0x315CEA) is known color: Royal Blue. HEX triplet: 31, 5C and EA. RGB value is (49,92,234). Sum of RGB (Red+Green+Blue) = 49+92+234=375 (49% of max value = 765). Red value is 49 (19.53% from 255 or 13.07% from 375); Green value is 92 (36.33% from 255 or 24.53% from 375); Blue value is 234 (91.80% from 255 or 62.4% from 375); Max value from RGB is 234 - color contains mainly: blue. Hex color #315CEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #315CEA is #CEA315. Grayscale: #5E5E5E. Windows color (decimal): -13542166 or 15359025. OLE color: 15359025.

HSL color Cylindrical-coordinate representation of color #315CEA: hue angle of 226.05º degrees, saturation: 0.81, 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 #315CEA is Cyan = 0.79, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 92 234 -
CMYK 0.79 0.61 0 0.08
HSL 226.05º 0.81% 0.55% -
HSV(B) 226.05º 0.79% 0.92% -
XYZ 19.95 14.25 79.54 -
YUV 95.33 206.25 94.95 -
System Red Green Blue C M Y K H S L
Decimal 49 92 234 0.79 0.61 0 0.08 226.05 0.81 0.55
Hex 31 5C EA 4F 3D 0 8 E2 51 37
Octal 61 134 352 117 75 0 10 342 121 67
Binary 110001 1011100 11101010 1001111 111101 0 1000 11100010 1010001 110111

Color Harmonies of #315CEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #315CEA

Black with #315CEA

Text Example


Text Example

White with #315CEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #315CEA; }

 p { color: rgb(49,92,234); }

 H1.HeaderClassName
 {
   color: #315CEA;
 }
 .AnyTagClassName
 {
   color: #315CEA;
 }
</style>

background-color css

<style>
 a { background-color: #315CEA; }

 a { background-color: rgb(49,92,234); }

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

border-color css

<style>
 span { border-color: #315CEA; }

 span { border-color: rgb(49,92,234); }

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