#002AD4

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

Shades of Persian Blue #002AD4

Tints of Persian Blue #002AD4

Color information

#002AD4 (or 0x002AD4) is unknown color: approx Persian Blue. HEX triplet: 00, 2A and D4. RGB value is (0,42,212). Sum of RGB (Red+Green+Blue) = 0+42+212=254 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 254); Green value is 42 (16.80% from 255 or 16.54% from 254); Blue value is 212 (83.20% from 255 or 83.46% from 254); Max value from RGB is 212 - color contains mainly: blue. Hex color #002AD4 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002AD4 is #FFD52B. Grayscale: #303030. Windows color (decimal): -16766252 or 13904384. OLE color: 13904384.

HSL color Cylindrical-coordinate representation of color #002AD4: hue angle of 228.11º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002AD4 is Cyan = 1, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB042212-
CMYK10.8000.17
HSL228.11º100%41.57%-
HSV(B)228.11º100%83.14%-
XYZ12.716.4162.85-
YUV48.82220.0993.18-

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) = 16.54%
BLUE value IS 212 (83.20% from 255) = 83.46%
R=0%
G=16.54%
B=83.46%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal04221210.8000.17228.1110041.57
Hex02AD46450011e4642a
Octal05232414412002134414452
Binary01010101101010011001001010000010001111001001100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002AD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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