Html Css Color HEX #022EDF Persian Blue

📋 copy color: '#022EDF'

red 2 ◦ green 46 ◦ blue 223

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

Shades of Persian Blue #022EDF

Tints of Persian Blue #022EDF

RGB

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

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

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

R = 0.74%
G = 16.97%
B = 82.29%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#022EDF (or 0x022EDF) is known color: Persian Blue. HEX triplet: 02, 2E and DF. RGB value is (2,46,223). Sum of RGB (Red+Green+Blue) = 2+46+223=271 (35% of max value = 765). Red value is 2 (1.17% from 255 or 0.74% from 271); Green value is 46 (18.36% from 255 or 16.97% from 271); Blue value is 223 (87.5% from 255 or 82.29% from 271); Max value from RGB is 223 - color contains mainly: blue. Hex color #022EDF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022EDF is #FDD120. Grayscale: #343434. Windows color (decimal): -16634145 or 14626306. OLE color: 14626306.

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

Color convert

RGB 2 46 223 -
CMYK 0.99 0.79 0 0.13
HSL 228.05º 0.98% 0.44% -
HSV(B) 228.05º 0.99% 0.87% -
XYZ 14.32 7.29 70.47 -
YUV 53.02 223.92 91.61 -
System Red Green Blue C M Y K H S L
Decimal 2 46 223 0.99 0.79 0 0.13 228.05 0.98 0.44
Hex 2 2E DF 63 4F 0 D E4 62 2C
Octal 2 56 337 143 117 0 15 344 142 54
Binary 10 101110 11011111 1100011 1001111 0 1101 11100100 1100010 101100

Color Harmonies of #022EDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022EDF

Black with #022EDF

Text Example


Text Example

White with #022EDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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