Html Css Color HEX #1F56EC Royal Blue

📋 copy color: '#1F56EC'

red 31 ◦ green 86 ◦ blue 236

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

Shades of Royal Blue #1F56EC

Tints of Royal Blue #1F56EC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.36%

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

R = 8.78%
G = 24.36%
B = 66.86%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#1F56EC (or 0x1F56EC) is known color: Royal Blue. HEX triplet: 1F, 56 and EC. RGB value is (31,86,236). Sum of RGB (Red+Green+Blue) = 31+86+236=353 (46% of max value = 765). Red value is 31 (12.5% from 255 or 8.78% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 236 (92.58% from 255 or 66.86% from 353); Max value from RGB is 236 - color contains mainly: blue. Hex color #1F56EC is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F56EC is #E0A913. Grayscale: #565656. Windows color (decimal): -14723348 or 15488543. OLE color: 15488543.

HSL color Cylindrical-coordinate representation of color #1F56EC: hue angle of 223.9º 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 #1F56EC is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 31 86 236 -
CMYK 0.87 0.64 0 0.07
HSL 223.9º 0.84% 0.52% -
HSV(B) 223.9º 0.87% 0.93% -
XYZ 19.03 13 80.86 -
YUV 86.66 212.28 88.3 -
System Red Green Blue C M Y K H S L
Decimal 31 86 236 0.87 0.64 0 0.07 223.9 0.84 0.52
Hex 1F 56 EC 57 40 0 7 E0 54 34
Octal 37 126 354 127 100 0 7 340 124 64
Binary 11111 1010110 11101100 1010111 1000000 0 111 11100000 1010100 110100

Color Harmonies of #1F56EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F56EC

Black with #1F56EC

Text Example


Text Example

White with #1F56EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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