Html Css Color HEX #022BCE Persian Blue

📋 copy color: '#022BCE'

red 2 ◦ green 43 ◦ blue 206

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

Shades of Persian Blue #022BCE

Tints of Persian Blue #022BCE

RGB

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

 GREEN value IS 43 (17.19% from 255) = 17.13%

 BLUE value IS 206 (80.86% from 255) = 82.07%

R = 0.8%
G = 17.13%
B = 82.07%

CMYK

 C value IS 0.99

 M value IS 0.79

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#022BCE (or 0x022BCE) is known color: Persian Blue. HEX triplet: 02, 2B and CE. RGB value is (2,43,206). Sum of RGB (Red+Green+Blue) = 2+43+206=251 (33% of max value = 765). Red value is 2 (1.17% from 255 or 0.80% from 251); Green value is 43 (17.19% from 255 or 17.13% from 251); Blue value is 206 (80.86% from 255 or 82.07% from 251); Max value from RGB is 206 - color contains mainly: blue. Hex color #022BCE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #022BCE is #FDD431. Grayscale: #303030. Windows color (decimal): -16634930 or 13511426. OLE color: 13511426.

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

Color convert

RGB 2 43 206 -
CMYK 0.99 0.79 0 0.19
HSL 227.94º 0.98% 0.41% -
HSV(B) 227.94º 0.99% 0.81% -
XYZ 12.03 6.2 58.95 -
YUV 49.32 216.42 94.25 -
System Red Green Blue C M Y K H S L
Decimal 2 43 206 0.99 0.79 0 0.19 227.94 0.98 0.41
Hex 2 2B CE 63 4F 0 13 E4 62 29
Octal 2 53 316 143 117 0 23 344 142 51
Binary 10 101011 11001110 1100011 1001111 0 10011 11100100 1100010 101001

Color Harmonies of #022BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #022BCE

Black with #022BCE

Text Example


Text Example

White with #022BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,43,206); }

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

background-color css

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

 a { background-color: rgb(2,43,206); }

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

border-color css

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

 span { border-color: rgb(2,43,206); }

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