Html Css Color HEX #2125CF Persian Blue

📋 copy color: '#2125CF'

red 33 ◦ green 37 ◦ blue 207

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

Shades of Persian Blue #2125CF

Tints of Persian Blue #2125CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 74.73%

R = 11.91%
G = 13.36%
B = 74.73%

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

#2125CF (or 0x2125CF) is known color: Persian Blue. HEX triplet: 21, 25 and CF. RGB value is (33,37,207). Sum of RGB (Red+Green+Blue) = 33+37+207=277 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.91% from 277); Green value is 37 (14.84% from 255 or 13.36% from 277); Blue value is 207 (81.25% from 255 or 74.73% from 277); Max value from RGB is 207 - color contains mainly: blue. Hex color #2125CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2125CF is #DEDA30. Grayscale: #363636. Windows color (decimal): -14604849 or 13575457. OLE color: 13575457.

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

Color convert

RGB 33 37 207 -
CMYK 0.84 0.82 0 0.19
HSL 238.62º 0.73% 0.47% -
HSV(B) 238.62º 0.84% 0.81% -
XYZ 12.55 6.15 59.56 -
YUV 55.18 213.67 112.18 -
System Red Green Blue C M Y K H S L
Decimal 33 37 207 0.84 0.82 0 0.19 238.62 0.73 0.47
Hex 21 25 CF 54 52 0 13 EF 48 2F
Octal 41 45 317 124 122 0 23 357 110 57
Binary 100001 100101 11001111 1010100 1010010 0 10011 11101111 1001000 101111

Color Harmonies of #2125CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2125CF

Black with #2125CF

Text Example


Text Example

White with #2125CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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