Html Css Color HEX #002ECF Persian Blue

📋 copy color: '#002ECF'

red 0 ◦ green 46 ◦ blue 207

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

Shades of Persian Blue #002ECF

Tints of Persian Blue #002ECF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 81.82%

R = 0%
G = 18.18%
B = 81.82%

CMYK

 C value IS 1

 M value IS 0.78

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#002ECF (or 0x002ECF) is known color: Persian Blue. HEX triplet: 00, 2E and CF. RGB value is (0,46,207). Sum of RGB (Red+Green+Blue) = 0+46+207=253 (33% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 253); Green value is 46 (18.36% from 255 or 18.18% from 253); Blue value is 207 (81.25% from 255 or 81.82% from 253); Max value from RGB is 207 - color contains mainly: blue. Hex color #002ECF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002ECF is #FFD130. Grayscale: #313131. Windows color (decimal): -16765233 or 13577728. OLE color: 13577728.

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

Color convert

RGB 0 46 207 -
CMYK 1 0.78 0 0.19
HSL 226.67º 1% 0.41% -
HSV(B) 226.67º 1% 0.81% -
XYZ 12.24 6.46 59.63 -
YUV 50.6 216.26 91.91 -
System Red Green Blue C M Y K H S L
Decimal 0 46 207 1 0.78 0 0.19 226.67 1 0.41
Hex 0 2E CF 64 4E 0 13 E3 64 29
Octal 0 56 317 144 116 0 23 343 144 51
Binary 0 101110 11001111 1100100 1001110 0 10011 11100011 1100100 101001

Color Harmonies of #002ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002ECF

Black with #002ECF

Text Example


Text Example

White with #002ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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