Html Css Color HEX #002ECD Persian Blue

📋 copy color: '#002ECD'

red 0 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #002ECD

Tints of Persian Blue #002ECD

RGB

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

 GREEN value IS 46 (18.36% from 255) = 18.33%

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

R = 0%
G = 18.33%
B = 81.67%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#002ECD (or 0x002ECD) is known color: Persian Blue. HEX triplet: 00, 2E and CD. RGB value is (0,46,205). Sum of RGB (Red+Green+Blue) = 0+46+205=251 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 251); Green value is 46 (18.36% from 255 or 18.33% from 251); Blue value is 205 (80.47% from 255 or 81.67% from 251); Max value from RGB is 205 - color contains mainly: blue. Hex color #002ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ECD is #FFD132. Grayscale: #313131. Windows color (decimal): -16765235 or 13446656. OLE color: 13446656.

HSL color Cylindrical-coordinate representation of color #002ECD: hue angle of 226.54º 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 #002ECD is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 0 46 205 -
CMYK 1 0.78 0 0.20
HSL 226.54º 1% 0.4% -
HSV(B) 226.54º 1% 0.8% -
XYZ 12 6.36 58.35 -
YUV 50.37 215.26 92.07 -
System Red Green Blue C M Y K H S L
Decimal 0 46 205 1 0.78 0 0.20 226.54 1 0.4
Hex 0 2E CD 64 4E 0 14 E3 64 28
Octal 0 56 315 144 116 0 24 343 144 50
Binary 0 101110 11001101 1100100 1001110 0 10100 11100011 1100100 101000

Color Harmonies of #002ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002ECD

Black with #002ECD

Text Example


Text Example

White with #002ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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