Html Css Color HEX #2026CC Persian Blue

📋 copy color: '#2026CC'

red 32 ◦ green 38 ◦ blue 204

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

Shades of Persian Blue #2026CC

Tints of Persian Blue #2026CC

RGB

 RED value IS 32 (12.89% from 255) = 11.68%

 GREEN value IS 38 (15.23% from 255) = 13.87%

 BLUE value IS 204 (80.08% from 255) = 74.45%

R = 11.68%
G = 13.87%
B = 74.45%

CMYK

 C value IS 0.84

 M value IS 0.81

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2026CC (or 0x2026CC) is known color: Persian Blue. HEX triplet: 20, 26 and CC. RGB value is (32,38,204). Sum of RGB (Red+Green+Blue) = 32+38+204=274 (36% of max value = 765). Red value is 32 (12.89% from 255 or 11.68% from 274); Green value is 38 (15.23% from 255 or 13.87% from 274); Blue value is 204 (80.08% from 255 or 74.45% from 274); Max value from RGB is 204 - color contains mainly: blue. Hex color #2026CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2026CC is #DFD933. Grayscale: #363636. Windows color (decimal): -14670132 or 13379104. OLE color: 13379104.

HSL color Cylindrical-coordinate representation of color #2026CC: hue angle of 237.91º degrees, saturation: 0.73, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2026CC is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 32 38 204 -
CMYK 0.84 0.81 0 0.2
HSL 237.91º 0.73% 0.46% -
HSV(B) 237.91º 0.84% 0.8% -
XYZ 12.19 6.05 57.65 -
YUV 55.13 212.01 111.5 -
System Red Green Blue C M Y K H S L
Decimal 32 38 204 0.84 0.81 0 0.2 237.91 0.73 0.46
Hex 20 26 CC 54 51 0 14 EE 49 2E
Octal 40 46 314 124 121 0 24 356 111 56
Binary 100000 100110 11001100 1010100 1010001 0 10100 11101110 1001001 101110

Color Harmonies of #2026CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2026CC

Black with #2026CC

Text Example


Text Example

White with #2026CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2026CC; }

 p { color: rgb(32,38,204); }

 H1.HeaderClassName
 {
   color: #2026CC;
 }
 .AnyTagClassName
 {
   color: #2026CC;
 }
</style>

background-color css

<style>
 a { background-color: #2026CC; }

 a { background-color: rgb(32,38,204); }

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

border-color css

<style>
 span { border-color: #2026CC; }

 span { border-color: rgb(32,38,204); }

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