#001FFF

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

Shades of Blue #001FFF

Tints of Blue #001FFF

Color information

#001FFF (or 0x001FFF) is unknown color: approx Blue. HEX triplet: 00, 1F and FF. RGB value is (0,31,255). Sum of RGB (Red+Green+Blue) = 0+31+255=286 (37% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 286); Green value is 31 (12.5% from 255 or 10.84% from 286); Blue value is 255 (100% from 255 or 89.16% from 286); Max value from RGB is 255 - color contains mainly: blue. Hex color #001FFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #001FFF is #FFE000. Grayscale: #2E2E2E. Windows color (decimal): -16769025 or 16719616. OLE color: 16719616.

HSL color Cylindrical-coordinate representation of color #001FFF: hue angle of 232.71º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001FFF is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB031255-
CMYK10.8800
HSL232.71º100%50%-
HSV(B)232.71º100%100%-
XYZ18.548.295.21-
YUV47.27245.2394.29-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 31 (12.5% from 255) = 10.84%
BLUE value IS 255 (100% from 255) = 89.16%
R=0%
G=10.84%
B=89.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal03125510.8800232.7110050
Hex01FFF645800e96432
Octal0373771441300035114462
Binary011111111111111100100101100000111010011100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001FFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001FFF; }

 p { color: rgb(0,31,255); }

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

<style>
 a { background-color: #001FFF; }

 a { background-color: rgb(0,31,255); }

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

<style>
 span { border-color: #001FFF; }

 span { border-color: rgb(0,31,255); }

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