#1f69df

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

Shades of Royal Blue #1F69DF

Tints of Royal Blue #1F69DF

Color information

#1F69DF (or 0x1F69DF) is unknown color: approx Royal Blue. HEX triplet: 1F, 69 and DF. RGB value is (31,105,223). Sum of RGB (Red+Green+Blue) = 31+105+223=359 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.64% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 223 (87.5% from 255 or 62.12% from 359); Max value from RGB is 223 - color contains mainly: blue. Hex color #1F69DF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1F69DF is #E09620. Grayscale: #5F5F5F. Windows color (decimal): -14718497 or 14641439. OLE color: 14641439.

HSL color Cylindrical-coordinate representation of color #1F69DF: hue angle of 216.88º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F69DF is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB31105223-
CMYK0.860.5300.13
HSL216.88º75.59%49.8%-
HSV(B)216.88º86.1%87.45%-
XYZ18.9415.7271.85-
YUV96.33199.4881.41-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 8.64%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 223 (87.5% from 255) = 62.12%
R=8.64%
G=29.25%
B=62.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal311052230.860.5300.13216.8875.5949.8
Hex1F69DF56350Dd94c32
Octal371513371266501533111462
Binary11111110100111011111101011011010101101110110011001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f69df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,105,223); }

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

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

 a { background-color: rgb(31,105,223); }

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

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

 span { border-color: rgb(31,105,223); }

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