Html Css Color HEX #002ED2 Persian Blue

📋 copy color: '#002ED2'

red 0 ◦ green 46 ◦ blue 210

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

Shades of Persian Blue #002ED2

Tints of Persian Blue #002ED2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 82.03%

R = 0%
G = 17.97%
B = 82.03%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#002ED2 (or 0x002ED2) is known color: Persian Blue. HEX triplet: 00, 2E and D2. RGB value is (0,46,210). Sum of RGB (Red+Green+Blue) = 0+46+210=256 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 256); Green value is 46 (18.36% from 255 or 17.97% from 256); Blue value is 210 (82.42% from 255 or 82.03% from 256); Max value from RGB is 210 - color contains mainly: blue. Hex color #002ED2 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ED2 is #FFD12D. Grayscale: #323232. Windows color (decimal): -16765230 or 13774336. OLE color: 13774336.

HSL color Cylindrical-coordinate representation of color #002ED2: hue angle of 226.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002ED2 is Cyan = 1, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 0 46 210 -
CMYK 1 0.78 0 0.18
HSL 226.86º 1% 0.41% -
HSV(B) 226.86º 1% 0.82% -
XYZ 12.61 6.61 61.58 -
YUV 50.94 217.76 91.66 -
System Red Green Blue C M Y K H S L
Decimal 0 46 210 1 0.78 0 0.18 226.86 1 0.41
Hex 0 2E D2 64 4E 0 12 E3 64 29
Octal 0 56 322 144 116 0 22 343 144 51
Binary 0 101110 11010010 1100100 1001110 0 10010 11100011 1100100 101001

Color Harmonies of #002ED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002ED2

Black with #002ED2

Text Example


Text Example

White with #002ED2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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