Html Css Color HEX #002ADD Persian Blue

📋 copy color: '#002ADD'

red 0 ◦ green 42 ◦ blue 221

#002ADD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Blue #002ADD

Tints of Persian Blue #002ADD

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 42 (16.8% from 255) = 15.97%

 BLUE value IS 221 (86.72% from 255) = 84.03%

R = 0%
G = 15.97%
B = 84.03%

CMYK

 C value IS 1

 M value IS 0.81

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#002ADD (or 0x002ADD) is known color: 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

RGB 0 42 221 -
CMYK 1 0.81 0 0.13
HSL 228.6º 1% 0.43% -
HSV(B) 228.6º 1% 0.87% -
XYZ 13.88 6.88 69 -
YUV 49.85 224.59 92.45 -
System Red Green Blue C M Y K H S L
Decimal 0 42 221 1 0.81 0 0.13 228.6 1 0.43
Hex 0 2A DD 64 51 0 D E5 64 2B
Octal 0 52 335 144 121 0 15 345 144 53
Binary 0 101010 11011101 1100100 1010001 0 1101 11100101 1100100 101011

Color Harmonies of #002ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002ADD

Black with #002ADD

Text Example


Text Example

White with #002ADD

Text Example


Text Example

HTML Codes & Css Web 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>