Html Css Color HEX #2127CC Persian Blue

📋 copy color: '#2127CC'

red 33 ◦ green 39 ◦ blue 204

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

Shades of Persian Blue #2127CC

Tints of Persian Blue #2127CC

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.13%

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

R = 11.96%
G = 14.13%
B = 73.91%

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

#2127CC (or 0x2127CC) is known color: Persian Blue. HEX triplet: 21, 27 and CC. RGB value is (33,39,204). Sum of RGB (Red+Green+Blue) = 33+39+204=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 39 (15.62% from 255 or 14.13% from 276); Blue value is 204 (80.08% from 255 or 73.91% from 276); Max value from RGB is 204 - color contains mainly: blue. Hex color #2127CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2127CC is #DED833. Grayscale: #373737. Windows color (decimal): -14604340 or 13379361. OLE color: 13379361.

HSL color Cylindrical-coordinate representation of color #2127CC: hue angle of 237.89º degrees, saturation: 0.72, 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 #2127CC is Cyan = 0.84, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 33 39 204 -
CMYK 0.84 0.81 0 0.2
HSL 237.89º 0.72% 0.46% -
HSV(B) 237.89º 0.84% 0.8% -
XYZ 12.25 6.13 57.66 -
YUV 56.02 211.51 111.58 -
System Red Green Blue C M Y K H S L
Decimal 33 39 204 0.84 0.81 0 0.2 237.89 0.72 0.46
Hex 21 27 CC 54 51 0 14 EE 48 2E
Octal 41 47 314 124 121 0 24 356 110 56
Binary 100001 100111 11001100 1010100 1010001 0 10100 11101110 1001000 101110

Color Harmonies of #2127CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2127CC

Black with #2127CC

Text Example


Text Example

White with #2127CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(33,39,204); }

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

background-color css

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

 a { background-color: rgb(33,39,204); }

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

border-color css

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

 span { border-color: rgb(33,39,204); }

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