#1a2ddf

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

Shades of Persian Blue #1A2DDF

Tints of Persian Blue #1A2DDF

Color information

#1A2DDF (or 0x1A2DDF) is unknown color: approx Persian Blue. HEX triplet: 1A, 2D and DF. RGB value is (26,45,223). Sum of RGB (Red+Green+Blue) = 26+45+223=294 (38% of max value = 765). Red value is 26 (10.55% from 255 or 8.84% from 294); Green value is 45 (17.97% from 255 or 15.31% from 294); Blue value is 223 (87.5% from 255 or 75.85% from 294); Max value from RGB is 223 - color contains mainly: blue. Hex color #1A2DDF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #1A2DDF is #E5D220. Grayscale: #3A3A3A. Windows color (decimal): -15061537 or 14626074. OLE color: 14626074.

HSL color Cylindrical-coordinate representation of color #1A2DDF: hue angle of 234.21º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1A2DDF is Cyan = 0.88, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB2645223-
CMYK0.880.8000.13
HSL234.21º79.12%48.82%-
HSV(B)234.21º88.34%87.45%-
XYZ14.687.4270.47-
YUV59.61220.21104.03-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 8.84%
GREEN value IS 45 (17.97% from 255) = 15.31%
BLUE value IS 223 (87.5% from 255) = 75.85%
R=8.84%
G=15.31%
B=75.85%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal26452230.880.8000.13234.2179.1248.82
Hex1A2DDF58500Dea4f31
Octal325533713012001535211761
Binary11010101101110111111011000101000001101111010101001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1a2ddf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,45,223); }

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

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

 a { background-color: rgb(26,45,223); }

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

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

 span { border-color: rgb(26,45,223); }

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