Html Css Color HEX #2126C7 Persian Blue

📋 copy color: '#2126C7'

red 33 ◦ green 38 ◦ blue 199

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

Shades of Persian Blue #2126C7

Tints of Persian Blue #2126C7

RGB

 RED value IS 33 (13.28% from 255) = 12.22%

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

 BLUE value IS 199 (78.13% from 255) = 73.7%

R = 12.22%
G = 14.07%
B = 73.7%

CMYK

 C value IS 0.83

 M value IS 0.81

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2126C7 (or 0x2126C7) is known color: Persian Blue. HEX triplet: 21, 26 and C7. RGB value is (33,38,199). Sum of RGB (Red+Green+Blue) = 33+38+199=270 (35% of max value = 765). Red value is 33 (13.28% from 255 or 12.22% from 270); Green value is 38 (15.23% from 255 or 14.07% from 270); Blue value is 199 (78.12% from 255 or 73.70% from 270); Max value from RGB is 199 - color contains mainly: blue. Hex color #2126C7 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2126C7 is #DED938. Grayscale: #363636. Windows color (decimal): -14604601 or 13051425. OLE color: 13051425.

HSL color Cylindrical-coordinate representation of color #2126C7: hue angle of 238.19º degrees, saturation: 0.72, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2126C7 is Cyan = 0.83, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 38 199 -
CMYK 0.83 0.81 0 0.22
HSL 238.19º 0.72% 0.45% -
HSV(B) 238.19º 0.83% 0.78% -
XYZ 11.63 5.83 54.55 -
YUV 54.86 209.34 112.41 -
System Red Green Blue C M Y K H S L
Decimal 33 38 199 0.83 0.81 0 0.22 238.19 0.72 0.45
Hex 21 26 C7 53 51 0 16 EE 48 2D
Octal 41 46 307 123 121 0 26 356 110 55
Binary 100001 100110 11000111 1010011 1010001 0 10110 11101110 1001000 101101

Color Harmonies of #2126C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2126C7

Black with #2126C7

Text Example


Text Example

White with #2126C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2126C7; }

 p { color: rgb(33,38,199); }

 H1.HeaderClassName
 {
   color: #2126C7;
 }
 .AnyTagClassName
 {
   color: #2126C7;
 }
</style>

background-color css

<style>
 a { background-color: #2126C7; }

 a { background-color: rgb(33,38,199); }

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

border-color css

<style>
 span { border-color: #2126C7; }

 span { border-color: rgb(33,38,199); }

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