Html Css Color HEX #317FDE Royal Blue

📋 copy color: '#317FDE'

red 49 ◦ green 127 ◦ blue 222

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

Shades of Royal Blue #317FDE

Tints of Royal Blue #317FDE

RGB

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

 GREEN value IS 127 (50% from 255) = 31.91%

 BLUE value IS 222 (87.11% from 255) = 55.78%

R = 12.31%
G = 31.91%
B = 55.78%

CMYK

 C value IS 0.78

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#317FDE (or 0x317FDE) is known color: Royal Blue. HEX triplet: 31, 7F and DE. RGB value is (49,127,222). Sum of RGB (Red+Green+Blue) = 49+127+222=398 (52% of max value = 765). Red value is 49 (19.53% from 255 or 12.31% from 398); Green value is 127 (50% from 255 or 31.91% from 398); Blue value is 222 (87.11% from 255 or 55.78% from 398); Max value from RGB is 222 - color contains mainly: blue. Hex color #317FDE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #317FDE is #CE8021. Grayscale: #727272. Windows color (decimal): -13533218 or 14581553. OLE color: 14581553.

HSL color Cylindrical-coordinate representation of color #317FDE: hue angle of 212.95º degrees, saturation: 0.72, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #317FDE is Cyan = 0.78, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 49 127 222 -
CMYK 0.78 0.43 0 0.13
HSL 212.95º 0.72% 0.53% -
HSV(B) 212.95º 0.78% 0.87% -
XYZ 22.04 21.11 72.02 -
YUV 114.51 188.66 81.28 -
System Red Green Blue C M Y K H S L
Decimal 49 127 222 0.78 0.43 0 0.13 212.95 0.72 0.53
Hex 31 7F DE 4E 2B 0 D D5 48 35
Octal 61 177 336 116 53 0 15 325 110 65
Binary 110001 1111111 11011110 1001110 101011 0 1101 11010101 1001000 110101

Color Harmonies of #317FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #317FDE

Black with #317FDE

Text Example


Text Example

White with #317FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(49,127,222); }

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

background-color css

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

 a { background-color: rgb(49,127,222); }

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

border-color css

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

 span { border-color: rgb(49,127,222); }

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