Html Css Color HEX #2125CB Persian Blue

📋 copy color: '#2125CB'

red 33 ◦ green 37 ◦ blue 203

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

Shades of Persian Blue #2125CB

Tints of Persian Blue #2125CB

RGB

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

 GREEN value IS 37 (14.84% from 255) = 13.55%

 BLUE value IS 203 (79.69% from 255) = 74.36%

R = 12.09%
G = 13.55%
B = 74.36%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#2125CB (or 0x2125CB) is known color: Persian Blue. HEX triplet: 21, 25 and CB. RGB value is (33,37,203). Sum of RGB (Red+Green+Blue) = 33+37+203=273 (36% of max value = 765). Red value is 33 (13.28% from 255 or 12.09% from 273); Green value is 37 (14.84% from 255 or 13.55% from 273); Blue value is 203 (79.69% from 255 or 74.36% from 273); Max value from RGB is 203 - color contains mainly: blue. Hex color #2125CB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2125CB is #DEDA34. Grayscale: #363636. Windows color (decimal): -14604853 or 13313313. OLE color: 13313313.

HSL color Cylindrical-coordinate representation of color #2125CB: hue angle of 238.59º 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 #2125CB is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 33 37 203 -
CMYK 0.84 0.82 0 0.20
HSL 238.59º 0.72% 0.46% -
HSV(B) 238.59º 0.84% 0.8% -
XYZ 12.07 5.96 57.01 -
YUV 54.73 211.67 112.5 -
System Red Green Blue C M Y K H S L
Decimal 33 37 203 0.84 0.82 0 0.20 238.59 0.72 0.46
Hex 21 25 CB 54 52 0 14 EF 48 2E
Octal 41 45 313 124 122 0 24 357 110 56
Binary 100001 100101 11001011 1010100 1010010 0 10100 11101111 1001000 101110

Color Harmonies of #2125CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2125CB

Black with #2125CB

Text Example


Text Example

White with #2125CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2125CB; }

 p { color: rgb(33,37,203); }

 H1.HeaderClassName
 {
   color: #2125CB;
 }
 .AnyTagClassName
 {
   color: #2125CB;
 }
</style>

background-color css

<style>
 a { background-color: #2125CB; }

 a { background-color: rgb(33,37,203); }

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

border-color css

<style>
 span { border-color: #2125CB; }

 span { border-color: rgb(33,37,203); }

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