#2126D8

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

Shades of Persian Blue #2126D8

Tints of Persian Blue #2126D8

Color information

#2126D8 (or 0x2126D8) is unknown color: approx Persian Blue. HEX triplet: 21, 26 and D8. RGB value is (33,38,216). Sum of RGB (Red+Green+Blue) = 33+38+216=287 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.50% from 287); Green value is 38 (15.23% from 255 or 13.24% from 287); Blue value is 216 (84.77% from 255 or 75.26% from 287); Max value from RGB is 216 - color contains mainly: blue. Hex color #2126D8 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2126D8 is #DED927. Grayscale: #383838. Windows color (decimal): -14604584 or 14165537. OLE color: 14165537.

HSL color Cylindrical-coordinate representation of color #2126D8: hue angle of 238.36º degrees, saturation: 0.73, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #2126D8 is Cyan = 0.85, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB3338216-
CMYK0.850.8200.15
HSL238.36º73.49%48.82%-
HSV(B)238.36º84.72%84.71%-
XYZ13.716.6765.53-
YUV56.8217.84111.03-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 11.50%
GREEN value IS 38 (15.23% from 255) = 13.24%
BLUE value IS 216 (84.77% from 255) = 75.26%
R=11.50%
G=13.24%
B=75.26%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal33382160.850.8200.15238.3673.4948.82
Hex2126D855520Fee4931
Octal414633012512201735611161
Binary100001100110110110001010101101001001111111011101001001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2126D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #2126D8; }

 p { color: rgb(33,38,216); }

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

<style>
 a { background-color: #2126D8; }

 a { background-color: rgb(33,38,216); }

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

<style>
 span { border-color: #2126D8; }

 span { border-color: rgb(33,38,216); }

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