Html Css Color HEX #2130CF Persian Blue

📋 copy color: '#2130CF'

red 33 ◦ green 48 ◦ blue 207

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

Shades of Persian Blue #2130CF

Tints of Persian Blue #2130CF

RGB

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

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

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

R = 11.46%
G = 16.67%
B = 71.88%

CMYK

 C value IS 0.84

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2130CF (or 0x2130CF) is known color: Persian Blue. HEX triplet: 21, 30 and CF. RGB value is (33,48,207). Sum of RGB (Red+Green+Blue) = 33+48+207=288 (38% of max value = 765). Red value is 33 (13.28% from 255 or 11.46% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 207 (81.25% from 255 or 71.88% from 288); Max value from RGB is 207 - color contains mainly: blue. Hex color #2130CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2130CF is #DECF30. Grayscale: #3C3C3C. Windows color (decimal): -14602033 or 13578273. OLE color: 13578273.

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

Color convert

RGB 33 48 207 -
CMYK 0.84 0.77 0 0.19
HSL 234.83º 0.73% 0.47% -
HSV(B) 234.83º 0.84% 0.81% -
XYZ 12.95 6.94 59.69 -
YUV 61.64 210.03 107.57 -
System Red Green Blue C M Y K H S L
Decimal 33 48 207 0.84 0.77 0 0.19 234.83 0.73 0.47
Hex 21 30 CF 54 4D 0 13 EB 48 2F
Octal 41 60 317 124 115 0 23 353 110 57
Binary 100001 110000 11001111 1010100 1001101 0 10011 11101011 1001000 101111

Color Harmonies of #2130CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2130CF

Black with #2130CF

Text Example


Text Example

White with #2130CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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