Html Css Color HEX #2123CC Persian Blue

📋 copy color: '#2123CC'

red 33 ◦ green 35 ◦ blue 204

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

Shades of Persian Blue #2123CC

Tints of Persian Blue #2123CC

RGB

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

 GREEN value IS 35 (14.06% from 255) = 12.87%

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

R = 12.13%
G = 12.87%
B = 75%

CMYK

 C value IS 0.84

 M value IS 0.83

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#2123CC (or 0x2123CC) is known color: Persian Blue. HEX triplet: 21, 23 and CC. RGB value is (33,35,204). Sum of RGB (Red+Green+Blue) = 33+35+204=272 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.13% from 272); Green value is 35 (14.06% from 255 or 12.87% from 272); Blue value is 204 (80.08% from 255 or 75% from 272); Max value from RGB is 204 - color contains mainly: blue. Hex color #2123CC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2123CC is #DEDC33. Grayscale: #343434. Windows color (decimal): -14605364 or 13378337. OLE color: 13378337.

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

Color convert

RGB 33 35 204 -
CMYK 0.84 0.83 0 0.2
HSL 239.3º 0.72% 0.46% -
HSV(B) 239.3º 0.84% 0.8% -
XYZ 12.13 5.89 57.62 -
YUV 53.67 212.84 113.26 -
System Red Green Blue C M Y K H S L
Decimal 33 35 204 0.84 0.83 0 0.2 239.3 0.72 0.46
Hex 21 23 CC 54 53 0 14 EF 48 2E
Octal 41 43 314 124 123 0 24 357 110 56
Binary 100001 100011 11001100 1010100 1010011 0 10100 11101111 1001000 101110

Color Harmonies of #2123CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2123CC

Black with #2123CC

Text Example


Text Example

White with #2123CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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