Html Css Color HEX #2130C6 Persian Blue

📋 copy color: '#2130C6'

red 33 ◦ green 48 ◦ blue 198

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

Shades of Persian Blue #2130C6

Tints of Persian Blue #2130C6

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.2%

 BLUE value IS 198 (77.73% from 255) = 70.97%

R = 11.83%
G = 17.2%
B = 70.97%

CMYK

 C value IS 0.83

 M value IS 0.76

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#2130C6 (or 0x2130C6) is known color: Persian Blue. HEX triplet: 21, 30 and C6. RGB value is (33,48,198). Sum of RGB (Red+Green+Blue) = 33+48+198=279 (36% of max value = 765). Red value is 33 (13.28% from 255 or 11.83% from 279); Green value is 48 (19.14% from 255 or 17.20% from 279); Blue value is 198 (77.73% from 255 or 70.97% from 279); Max value from RGB is 198 - color contains mainly: blue. Hex color #2130C6 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2130C6 is #DECF39. Grayscale: #3C3C3C. Windows color (decimal): -14602042 or 12988449. OLE color: 12988449.

HSL color Cylindrical-coordinate representation of color #2130C6: hue angle of 234.55º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2130C6 is Cyan = 0.83, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 33 48 198 -
CMYK 0.83 0.76 0 0.22
HSL 234.55º 0.71% 0.45% -
HSV(B) 234.55º 0.83% 0.78% -
XYZ 11.88 6.51 54.06 -
YUV 60.62 205.53 108.3 -
System Red Green Blue C M Y K H S L
Decimal 33 48 198 0.83 0.76 0 0.22 234.55 0.71 0.45
Hex 21 30 C6 53 4C 0 16 EB 47 2D
Octal 41 60 306 123 114 0 26 353 107 55
Binary 100001 110000 11000110 1010011 1001100 0 10110 11101011 1000111 101101

Color Harmonies of #2130C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2130C6

Black with #2130C6

Text Example


Text Example

White with #2130C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2130C6; }

 p { color: rgb(33,48,198); }

 H1.HeaderClassName
 {
   color: #2130C6;
 }
 .AnyTagClassName
 {
   color: #2130C6;
 }
</style>

background-color css

<style>
 a { background-color: #2130C6; }

 a { background-color: rgb(33,48,198); }

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

border-color css

<style>
 span { border-color: #2130C6; }

 span { border-color: rgb(33,48,198); }

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