#1f6de8

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

Shades of Royal Blue #1F6DE8

Tints of Royal Blue #1F6DE8

Color information

#1F6DE8 (or 0x1F6DE8) is unknown color: approx Royal Blue. HEX triplet: 1F, 6D and E8. RGB value is (31,109,232). Sum of RGB (Red+Green+Blue) = 31+109+232=372 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.33% from 372); Green value is 109 (42.97% from 255 or 29.30% from 372); Blue value is 232 (91.02% from 255 or 62.37% from 372); Max value from RGB is 232 - color contains mainly: blue. Hex color #1F6DE8 is not a web safe color. Web safe color analog (approx): #3366FF. Inversed color of #1F6DE8 is #E09217. Grayscale: #636363. Windows color (decimal): -14717464 or 15232287. OLE color: 15232287.

HSL color Cylindrical-coordinate representation of color #1F6DE8: hue angle of 216.72º degrees, saturation: 0.81, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1F6DE8 is Cyan = 0.87, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB31109232-
CMYK0.870.5300.09
HSL216.72º81.38%51.57%-
HSV(B)216.72º86.64%90.98%-
XYZ20.617.0578.55-
YUV99.7202.6679-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.33%
GREEN value IS 109 (42.97% from 255) = 29.30%
BLUE value IS 232 (91.02% from 255) = 62.37%
R=8.33%
G=29.30%
B=62.37%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal311092320.870.5300.09216.7281.3851.57
Hex1F6DE8573509d95134
Octal371553501276501133112164
Binary11111110110111101000101011111010101001110110011010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f6de8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,109,232); }

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

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

 a { background-color: rgb(31,109,232); }

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

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

 span { border-color: rgb(31,109,232); }

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