#002ADD

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

Shades of Persian Blue #002ADD

Tints of Persian Blue #002ADD

Color information

#002ADD (or 0x002ADD) is unknown color: approx Persian Blue. HEX triplet: 00, 2A and DD. RGB value is (0,42,221). Sum of RGB (Red+Green+Blue) = 0+42+221=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 42 (16.80% from 255 or 15.97% from 263); Blue value is 221 (86.72% from 255 or 84.03% from 263); Max value from RGB is 221 - color contains mainly: blue. Hex color #002ADD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ADD is #FFD522. Grayscale: #313131. Windows color (decimal): -16766243 or 14494208. OLE color: 14494208.

HSL color Cylindrical-coordinate representation of color #002ADD: hue angle of 228.6º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002ADD is Cyan = 1, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB042221-
CMYK10.8100.13
HSL228.6º100%43.33%-
HSV(B)228.6º100%86.67%-
XYZ13.886.8869-
YUV49.85224.5992.45-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 15.97%
BLUE value IS 221 (86.72% from 255) = 84.03%
R=0%
G=15.97%
B=84.03%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal04222110.8100.13228.610043.33
Hex02ADD64510De5642b
Octal05233514412101534514453
Binary0101010110111011100100101000101101111001011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002ADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002ADD; }

 p { color: rgb(0,42,221); }

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

<style>
 a { background-color: #002ADD; }

 a { background-color: rgb(0,42,221); }

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

<style>
 span { border-color: #002ADD; }

 span { border-color: rgb(0,42,221); }

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