Html Css Color HEX #1F49EC Royal Blue

📋 copy color: '#1F49EC'

red 31 ◦ green 73 ◦ blue 236

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

Shades of Royal Blue #1F49EC

Tints of Royal Blue #1F49EC

RGB

 RED value IS 31 (12.5% from 255) = 9.12%

 GREEN value IS 73 (28.91% from 255) = 21.47%

 BLUE value IS 236 (92.58% from 255) = 69.41%

R = 9.12%
G = 21.47%
B = 69.41%

CMYK

 C value IS 0.87

 M value IS 0.69

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F49EC (or 0x1F49EC) is known color: Royal Blue. HEX triplet: 1F, 49 and EC. RGB value is (31,73,236). Sum of RGB (Red+Green+Blue) = 31+73+236=340 (45% of max value = 765). Red value is 31 (12.5% from 255 or 9.12% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 236 (92.58% from 255 or 69.41% from 340); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F49EC is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #1F49EC is #E0B613. Grayscale: #4E4E4E. Windows color (decimal): -14726676 or 15485215. OLE color: 15485215.

HSL color Cylindrical-coordinate representation of color #1F49EC: hue angle of 227.71º degrees, saturation: 0.84, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F49EC is Cyan = 0.87, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 73 236 -
CMYK 0.87 0.69 0 0.07
HSL 227.71º 0.84% 0.52% -
HSV(B) 227.71º 0.87% 0.93% -
XYZ 18.09 11.11 80.55 -
YUV 79.02 216.59 93.75 -
System Red Green Blue C M Y K H S L
Decimal 31 73 236 0.87 0.69 0 0.07 227.71 0.84 0.52
Hex 1F 49 EC 57 45 0 7 E4 54 34
Octal 37 111 354 127 105 0 7 344 124 64
Binary 11111 1001001 11101100 1010111 1000101 0 111 11100100 1010100 110100

Color Harmonies of #1F49EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F49EC

Black with #1F49EC

Text Example


Text Example

White with #1F49EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1F49EC; }

 p { color: rgb(31,73,236); }

 H1.HeaderClassName
 {
   color: #1F49EC;
 }
 .AnyTagClassName
 {
   color: #1F49EC;
 }
</style>

background-color css

<style>
 a { background-color: #1F49EC; }

 a { background-color: rgb(31,73,236); }

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

border-color css

<style>
 span { border-color: #1F49EC; }

 span { border-color: rgb(31,73,236); }

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