Html Css Color HEX #022DE6 Persian Blue

📋 copy color: '#022DE6'

red 2 ◦ green 45 ◦ blue 230

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

Shades of Persian Blue #022DE6

Tints of Persian Blue #022DE6

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.25%

 BLUE value IS 230 (90.23% from 255) = 83.03%

R = 0.72%
G = 16.25%
B = 83.03%

CMYK

 C value IS 0.99

 M value IS 0.80

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#022DE6 (or 0x022DE6) is known color: Persian Blue. HEX triplet: 02, 2D and E6. RGB value is (2,45,230). Sum of RGB (Red+Green+Blue) = 2+45+230=277 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 277); Green value is 45 (17.97% from 255 or 16.25% from 277); Blue value is 230 (90.23% from 255 or 83.03% from 277); Max value from RGB is 230 - color contains mainly: blue. Hex color #022DE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022DE6 is #FDD219. Grayscale: #343434. Windows color (decimal): -16634394 or 15084802. OLE color: 15084802.

HSL color Cylindrical-coordinate representation of color #022DE6: hue angle of 228.68º degrees, saturation: 0.98, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022DE6 is Cyan = 0.99, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 45 230 -
CMYK 0.99 0.80 0 0.10
HSL 228.68º 0.98% 0.45% -
HSV(B) 228.68º 0.99% 0.9% -
XYZ 15.25 7.6 75.53 -
YUV 53.23 227.75 91.46 -
System Red Green Blue C M Y K H S L
Decimal 2 45 230 0.99 0.80 0 0.10 228.68 0.98 0.45
Hex 2 2D E6 63 50 0 A E5 62 2D
Octal 2 55 346 143 120 0 12 345 142 55
Binary 10 101101 11100110 1100011 1010000 0 1010 11100101 1100010 101101

Color Harmonies of #022DE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022DE6

Black with #022DE6

Text Example


Text Example

White with #022DE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,45,230); }

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

background-color css

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

 a { background-color: rgb(2,45,230); }

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

border-color css

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

 span { border-color: rgb(2,45,230); }

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