#1F70E6

Color #1F70E6 Royal Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Blue #1F70E6

Tints of Royal Blue #1F70E6

Color information

#1F70E6 (or 0x1F70E6) is unknown color: approx Royal Blue. HEX triplet: 1F, 70 and E6. RGB value is (31,112,230). Sum of RGB (Red+Green+Blue) = 31+112+230=373 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.31% from 373); Green value is 112 (44.14% from 255 or 30.03% from 373); Blue value is 230 (90.23% from 255 or 61.66% from 373); Max value from RGB is 230 - color contains mainly: blue. Hex color #1F70E6 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F70E6 is #E08F19. Grayscale: #646464. Windows color (decimal): -14716698 or 15101983. OLE color: 15101983.

HSL color Cylindrical-coordinate representation of color #1F70E6: hue angle of 215.58º degrees, saturation: 0.8, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F70E6 is Cyan = 0.87, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB31112230-
CMYK0.870.5100.10
HSL215.58º79.92%51.18%-
HSV(B)215.58º86.52%90.2%-
XYZ20.6417.5977.17-
YUV101.23200.6677.91-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.31%
GREEN value IS 112 (44.14% from 255) = 30.03%
BLUE value IS 230 (90.23% from 255) = 61.66%
R=8.31%
G=30.03%
B=61.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal311122300.870.5100.10215.5879.9251.18
Hex1F70E657330Ad85033
Octal371603461276301233012063
Binary11111111000011100110101011111001101010110110001010000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F70E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,112,230); }

 H1.HeaderClassName
 {
   color: #1F70E6;
 }
 .AnyTagClassName
 {
   color: #1F70E6;
 }
</style>
background-color css

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

 a { background-color: rgb(31,112,230); }

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

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

 span { border-color: rgb(31,112,230); }

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