Html Css Color HEX #1F56EF Royal Blue

📋 copy color: '#1F56EF'

red 31 ◦ green 86 ◦ blue 239

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

Shades of Royal Blue #1F56EF

Tints of Royal Blue #1F56EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 67.13%

R = 8.71%
G = 24.16%
B = 67.13%

CMYK

 C value IS 0.87

 M value IS 0.64

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#1F56EF (or 0x1F56EF) is known color: Royal Blue. HEX triplet: 1F, 56 and EF. RGB value is (31,86,239). Sum of RGB (Red+Green+Blue) = 31+86+239=356 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.71% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 239 (93.75% from 255 or 67.13% from 356); Max value from RGB is 239 - color contains mainly: blue. Hex color #1F56EF is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F56EF is #E0A910. Grayscale: #565656. Windows color (decimal): -14723345 or 15685151. OLE color: 15685151.

HSL color Cylindrical-coordinate representation of color #1F56EF: hue angle of 224.13º degrees, saturation: 0.87, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F56EF is Cyan = 0.87, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 31 86 239 -
CMYK 0.87 0.64 0 0.06
HSL 224.13º 0.87% 0.53% -
HSV(B) 224.13º 0.87% 0.94% -
XYZ 19.47 13.18 83.18 -
YUV 87 213.78 88.06 -
System Red Green Blue C M Y K H S L
Decimal 31 86 239 0.87 0.64 0 0.06 224.13 0.87 0.53
Hex 1F 56 EF 57 40 0 6 E0 57 35
Octal 37 126 357 127 100 0 6 340 127 65
Binary 11111 1010110 11101111 1010111 1000000 0 110 11100000 1010111 110101

Color Harmonies of #1F56EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F56EF

Black with #1F56EF

Text Example


Text Example

White with #1F56EF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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