Html Css Color HEX #022CE6 Persian Blue

📋 copy color: '#022CE6'

red 2 ◦ green 44 ◦ blue 230

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

Shades of Persian Blue #022CE6

Tints of Persian Blue #022CE6

RGB

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

 GREEN value IS 44 (17.58% from 255) = 15.94%

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

R = 0.72%
G = 15.94%
B = 83.33%

CMYK

 C value IS 0.99

 M value IS 0.81

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#022CE6 (or 0x022CE6) is known color: Persian Blue. HEX triplet: 02, 2C and E6. RGB value is (2,44,230). Sum of RGB (Red+Green+Blue) = 2+44+230=276 (36% of max value = 765). Red value is 2 (1.17% from 255 or 0.72% from 276); Green value is 44 (17.58% from 255 or 15.94% from 276); Blue value is 230 (90.23% from 255 or 83.33% from 276); Max value from RGB is 230 - color contains mainly: blue. Hex color #022CE6 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #022CE6 is #FDD319. Grayscale: #333333. Windows color (decimal): -16634650 or 15084546. OLE color: 15084546.

HSL color Cylindrical-coordinate representation of color #022CE6: hue angle of 228.95º 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 #022CE6 is Cyan = 0.99, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 2 44 230 -
CMYK 0.99 0.81 0 0.10
HSL 228.95º 0.98% 0.45% -
HSV(B) 228.95º 0.99% 0.9% -
XYZ 15.21 7.53 75.51 -
YUV 52.65 228.09 91.88 -
System Red Green Blue C M Y K H S L
Decimal 2 44 230 0.99 0.81 0 0.10 228.95 0.98 0.45
Hex 2 2C E6 63 51 0 A E5 62 2D
Octal 2 54 346 143 121 0 12 345 142 55
Binary 10 101100 11100110 1100011 1010001 0 1010 11100101 1100010 101101

Color Harmonies of #022CE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022CE6

Black with #022CE6

Text Example


Text Example

White with #022CE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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