Html Css Color HEX #002EDF Persian Blue

📋 copy color: '#002EDF'

red 0 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #002EDF

Tints of Persian Blue #002EDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 82.9%

R = 0%
G = 17.1%
B = 82.9%

CMYK

 C value IS 1

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#002EDF (or 0x002EDF) is known color: Persian Blue. HEX triplet: 00, 2E and DF. RGB value is (0,46,223). Sum of RGB (Red+Green+Blue) = 0+46+223=269 (35% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 269); Green value is 46 (18.36% from 255 or 17.10% from 269); Blue value is 223 (87.5% from 255 or 82.90% from 269); Max value from RGB is 223 - color contains mainly: blue. Hex color #002EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #002EDF is #FFD120. Grayscale: #333333. Windows color (decimal): -16765217 or 14626304. OLE color: 14626304.

HSL color Cylindrical-coordinate representation of color #002EDF: hue angle of 227.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002EDF is Cyan = 1, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 0 46 223 -
CMYK 1 0.79 0 0.13
HSL 227.62º 1% 0.44% -
HSV(B) 227.62º 1% 0.87% -
XYZ 14.3 7.28 70.46 -
YUV 52.42 224.26 90.61 -
System Red Green Blue C M Y K H S L
Decimal 0 46 223 1 0.79 0 0.13 227.62 1 0.44
Hex 0 2E DF 64 4F 0 D E4 64 2C
Octal 0 56 337 144 117 0 15 344 144 54
Binary 0 101110 11011111 1100100 1001111 0 1101 11100100 1100100 101100

Color Harmonies of #002EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002EDF

Black with #002EDF

Text Example


Text Example

White with #002EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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