#2619F2

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

Shades of Blue #2619F2

Tints of Blue #2619F2

Color information

#2619F2 (or 0x2619F2) is unknown color: approx Blue. HEX triplet: 26, 19 and F2. RGB value is (38,25,242). Sum of RGB (Red+Green+Blue) = 38+25+242=305 (40% of max value = 765). Red value is 38 (15.23% from 255 or 12.46% from 305); Green value is 25 (10.16% from 255 or 8.20% from 305); Blue value is 242 (94.92% from 255 or 79.34% from 305); Max value from RGB is 242 - color contains mainly: blue. Hex color #2619F2 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #2619F2 is #D9E60D. Grayscale: #343434. Windows color (decimal): -14280206 or 15866150. OLE color: 15866150.

HSL color Cylindrical-coordinate representation of color #2619F2: hue angle of 243.59º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #2619F2 is Cyan = 0.84, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB3825242-
CMYK0.840.9000.05
HSL243.59º89.3%52.35%-
HSV(B)243.59º89.67%94.9%-
XYZ17.177.5284.55-
YUV53.62234.31116.86-

RGB Variations

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

RGB

RED value IS 38 (15.23% from 255) = 12.46%
GREEN value IS 25 (10.16% from 255) = 8.20%
BLUE value IS 242 (94.92% from 255) = 79.34%
R=12.46%
G=8.20%
B=79.34%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal38252420.840.9000.05243.5989.352.35
Hex2619F2545A05f45934
Octal46313621241320536413164
Binary1001101100111110010101010010110100101111101001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2619F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2619F2; }

 p { color: rgb(38,25,242); }

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

<style>
 a { background-color: #2619F2; }

 a { background-color: rgb(38,25,242); }

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

<style>
 span { border-color: #2619F2; }

 span { border-color: rgb(38,25,242); }

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