Html Css Color HEX #2125CE Persian Blue

📋 copy color: '#2125CE'

red 33 ◦ green 37 ◦ blue 206

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

Shades of Persian Blue #2125CE

Tints of Persian Blue #2125CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 74.64%

R = 11.96%
G = 13.41%
B = 74.64%

CMYK

 C value IS 0.84

 M value IS 0.82

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2125CE (or 0x2125CE) is known color: Persian Blue. HEX triplet: 21, 25 and CE. RGB value is (33,37,206). Sum of RGB (Red+Green+Blue) = 33+37+206=276 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.96% from 276); Green value is 37 (14.84% from 255 or 13.41% from 276); Blue value is 206 (80.86% from 255 or 74.64% from 276); Max value from RGB is 206 - color contains mainly: blue. Hex color #2125CE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2125CE is #DEDA31. Grayscale: #363636. Windows color (decimal): -14604850 or 13509921. OLE color: 13509921.

HSL color Cylindrical-coordinate representation of color #2125CE: hue angle of 238.61º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #2125CE is Cyan = 0.84, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 33 37 206 -
CMYK 0.84 0.82 0 0.19
HSL 238.61º 0.72% 0.47% -
HSV(B) 238.61º 0.84% 0.81% -
XYZ 12.43 6.1 58.92 -
YUV 55.07 213.17 112.26 -
System Red Green Blue C M Y K H S L
Decimal 33 37 206 0.84 0.82 0 0.19 238.61 0.72 0.47
Hex 21 25 CE 54 52 0 13 EF 48 2F
Octal 41 45 316 124 122 0 23 357 110 57
Binary 100001 100101 11001110 1010100 1010010 0 10011 11101111 1001000 101111

Color Harmonies of #2125CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2125CE

Black with #2125CE

Text Example


Text Example

White with #2125CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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