Html Css Color HEX #022FCD Persian Blue

📋 copy color: '#022FCD'

red 2 ◦ green 47 ◦ blue 205

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

Shades of Persian Blue #022FCD

Tints of Persian Blue #022FCD

RGB

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

 GREEN value IS 47 (18.75% from 255) = 18.5%

 BLUE value IS 205 (80.47% from 255) = 80.71%

R = 0.79%
G = 18.5%
B = 80.71%

CMYK

 C value IS 0.99

 M value IS 0.77

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#022FCD (or 0x022FCD) is known color: Persian Blue. HEX triplet: 02, 2F and CD. RGB value is (2,47,205). Sum of RGB (Red+Green+Blue) = 2+47+205=254 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.79% from 254); Green value is 47 (18.75% from 255 or 18.50% from 254); Blue value is 205 (80.47% from 255 or 80.71% from 254); Max value from RGB is 205 - color contains mainly: blue. Hex color #022FCD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022FCD is #FDD032. Grayscale: #323232. Windows color (decimal): -16633907 or 13446914. OLE color: 13446914.

HSL color Cylindrical-coordinate representation of color #022FCD: hue angle of 226.7º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #022FCD is Cyan = 0.99, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 2 47 205 -
CMYK 0.99 0.77 0 0.20
HSL 226.7º 0.98% 0.41% -
HSV(B) 226.7º 0.99% 0.8% -
XYZ 12.06 6.45 58.37 -
YUV 51.56 214.59 92.65 -
System Red Green Blue C M Y K H S L
Decimal 2 47 205 0.99 0.77 0 0.20 226.7 0.98 0.41
Hex 2 2F CD 63 4D 0 14 E3 62 29
Octal 2 57 315 143 115 0 24 343 142 51
Binary 10 101111 11001101 1100011 1001101 0 10100 11100011 1100010 101001

Color Harmonies of #022FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022FCD

Black with #022FCD

Text Example


Text Example

White with #022FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,47,205); }

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

background-color css

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

 a { background-color: rgb(2,47,205); }

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

border-color css

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

 span { border-color: rgb(2,47,205); }

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