Html Css Color HEX #002ACD Persian Blue

📋 copy color: '#002ACD'

red 0 ◦ green 42 ◦ blue 205

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

Shades of Persian Blue #002ACD

Tints of Persian Blue #002ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 83%

R = 0%
G = 17%
B = 83%

CMYK

 C value IS 1

 M value IS 0.80

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#002ACD (or 0x002ACD) is known color: Persian Blue. HEX triplet: 00, 2A and CD. RGB value is (0,42,205). Sum of RGB (Red+Green+Blue) = 0+42+205=247 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 247); Green value is 42 (16.80% from 255 or 17.00% from 247); Blue value is 205 (80.47% from 255 or 83.00% from 247); Max value from RGB is 205 - color contains mainly: blue. Hex color #002ACD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ACD is #FFD532. Grayscale: #2F2F2F. Windows color (decimal): -16766259 or 13445632. OLE color: 13445632.

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

Color convert

RGB 0 42 205 -
CMYK 1 0.80 0 0.20
HSL 227.71º 1% 0.4% -
HSV(B) 227.71º 1% 0.8% -
XYZ 11.85 6.06 58.3 -
YUV 48.02 216.59 93.75 -
System Red Green Blue C M Y K H S L
Decimal 0 42 205 1 0.80 0 0.20 227.71 1 0.4
Hex 0 2A CD 64 50 0 14 E4 64 28
Octal 0 52 315 144 120 0 24 344 144 50
Binary 0 101010 11001101 1100100 1010000 0 10100 11100100 1100100 101000

Color Harmonies of #002ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002ACD

Black with #002ACD

Text Example


Text Example

White with #002ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #002ACD;
 }
 .AnyTagClassName
 {
   color: #002ACD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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