#231FF0

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

Shades of Blue #231FF0

Tints of Blue #231FF0

Color information

#231FF0 (or 0x231FF0) is unknown color: approx Blue. HEX triplet: 23, 1F and F0. RGB value is (35,31,240). Sum of RGB (Red+Green+Blue) = 35+31+240=306 (40% of max value = 765). Red value is 35 (14.06% from 255 or 11.44% from 306); Green value is 31 (12.5% from 255 or 10.13% from 306); Blue value is 240 (94.14% from 255 or 78.43% from 306); Max value from RGB is 240 - color contains mainly: blue. Hex color #231FF0 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #231FF0 is #DCE00F. Grayscale: #373737. Windows color (decimal): -14475280 or 15736611. OLE color: 15736611.

HSL color Cylindrical-coordinate representation of color #231FF0: hue angle of 241.15º 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 #231FF0 is Cyan = 0.85, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB3531240-
CMYK0.850.8700.06
HSL241.15º87.45%53.14%-
HSV(B)241.15º87.08%94.12%-
XYZ16.917.6383.02-
YUV56.02231.83113.01-

RGB Variations

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

RGB

RED value IS 35 (14.06% from 255) = 11.44%
GREEN value IS 31 (12.5% from 255) = 10.13%
BLUE value IS 240 (94.14% from 255) = 78.43%
R=11.44%
G=10.13%
B=78.43%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal35312400.850.8700.06241.1587.4553.14
Hex231FF0555706f15735
Octal43373601251270636112765
Binary1000111111111110000101010110101110110111100011010111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #231FF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #231FF0; }

 p { color: rgb(35,31,240); }

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

<style>
 a { background-color: #231FF0; }

 a { background-color: rgb(35,31,240); }

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

<style>
 span { border-color: #231FF0; }

 span { border-color: rgb(35,31,240); }

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