Html Css Color HEX #022ECD Persian Blue

📋 copy color: '#022ECD'

red 2 ◦ green 46 ◦ blue 205

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

Shades of Persian Blue #022ECD

Tints of Persian Blue #022ECD

RGB

 RED value IS 2 (1.17% from 255) = 0.79%

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

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

R = 0.79%
G = 18.18%
B = 81.03%

CMYK

 C value IS 0.99

 M value IS 0.78

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#022ECD (or 0x022ECD) is known color: Persian Blue. HEX triplet: 02, 2E and CD. RGB value is (2,46,205). Sum of RGB (Red+Green+Blue) = 2+46+205=253 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 205 (80.47% from 255 or 81.03% from 253); Max value from RGB is 205 - color contains mainly: blue. Hex color #022ECD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022ECD is #FDD132. Grayscale: #323232. Windows color (decimal): -16634163 or 13446658. OLE color: 13446658.

HSL color Cylindrical-coordinate representation of color #022ECD: hue angle of 227º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022ECD is Cyan = 0.99, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 46 205 -
CMYK 0.99 0.78 0 0.20
HSL 227º 0.98% 0.41% -
HSV(B) 227º 0.99% 0.8% -
XYZ 12.02 6.37 58.35 -
YUV 50.97 214.92 93.07 -
System Red Green Blue C M Y K H S L
Decimal 2 46 205 0.99 0.78 0 0.20 227 0.98 0.41
Hex 2 2E CD 63 4E 0 14 E3 62 29
Octal 2 56 315 143 116 0 24 343 142 51
Binary 10 101110 11001101 1100011 1001110 0 10100 11100011 1100010 101001

Color Harmonies of #022ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022ECD

Black with #022ECD

Text Example


Text Example

White with #022ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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