Html Css Color HEX #317BEA Royal Blue

📋 copy color: '#317BEA'

red 49 ◦ green 123 ◦ blue 234

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

Shades of Royal Blue #317BEA

Tints of Royal Blue #317BEA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 30.3%

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

R = 12.07%
G = 30.3%
B = 57.64%

CMYK

 C value IS 0.79

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#317BEA (or 0x317BEA) is known color: Royal Blue. HEX triplet: 31, 7B and EA. RGB value is (49,123,234). Sum of RGB (Red+Green+Blue) = 49+123+234=406 (53% of max value = 765). Red value is 49 (19.53% from 255 or 12.07% from 406); Green value is 123 (48.44% from 255 or 30.30% from 406); Blue value is 234 (91.80% from 255 or 57.64% from 406); Max value from RGB is 234 - color contains mainly: blue. Hex color #317BEA is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #317BEA is #CE8415. Grayscale: #717171. Windows color (decimal): -13534230 or 15366961. OLE color: 15366961.

HSL color Cylindrical-coordinate representation of color #317BEA: hue angle of 216º 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 #317BEA is Cyan = 0.79, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 49 123 234 -
CMYK 0.79 0.47 0 0.08
HSL 216º 0.81% 0.55% -
HSV(B) 216º 0.79% 0.92% -
XYZ 23.2 20.76 80.63 -
YUV 113.53 195.98 81.97 -
System Red Green Blue C M Y K H S L
Decimal 49 123 234 0.79 0.47 0 0.08 216 0.81 0.55
Hex 31 7B EA 4F 2F 0 8 D8 51 37
Octal 61 173 352 117 57 0 10 330 121 67
Binary 110001 1111011 11101010 1001111 101111 0 1000 11011000 1010001 110111

Color Harmonies of #317BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317BEA

Black with #317BEA

Text Example


Text Example

White with #317BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #317BEA; }

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

 H1.HeaderClassName
 {
   color: #317BEA;
 }
 .AnyTagClassName
 {
   color: #317BEA;
 }
</style>

background-color css

<style>
 a { background-color: #317BEA; }

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

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

border-color css

<style>
 span { border-color: #317BEA; }

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

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