Html Css Color HEX #2530DC Persian Blue

📋 copy color: '#2530DC'

red 37 ◦ green 48 ◦ blue 220

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

Shades of Persian Blue #2530DC

Tints of Persian Blue #2530DC

RGB

 RED value IS 37 (14.84% from 255) = 12.13%

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

 BLUE value IS 220 (86.33% from 255) = 72.13%

R = 12.13%
G = 15.74%
B = 72.13%

CMYK

 C value IS 0.83

 M value IS 0.78

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2530DC (or 0x2530DC) is known color: Persian Blue. HEX triplet: 25, 30 and DC. RGB value is (37,48,220). Sum of RGB (Red+Green+Blue) = 37+48+220=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 48 (19.14% from 255 or 15.74% from 305); Blue value is 220 (86.33% from 255 or 72.13% from 305); Max value from RGB is 220 - color contains mainly: blue. Hex color #2530DC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2530DC is #DACF23. Grayscale: #3F3F3F. Windows color (decimal): -14339876 or 14430245. OLE color: 14430245.

HSL color Cylindrical-coordinate representation of color #2530DC: hue angle of 236.39º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #2530DC is Cyan = 0.83, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 48 220 -
CMYK 0.83 0.78 0 0.14
HSL 236.39º 0.72% 0.5% -
HSV(B) 236.39º 0.83% 0.86% -
XYZ 14.74 7.67 68.41 -
YUV 64.32 215.86 108.51 -
System Red Green Blue C M Y K H S L
Decimal 37 48 220 0.83 0.78 0 0.14 236.39 0.72 0.5
Hex 25 30 DC 53 4E 0 E EC 48 32
Octal 45 60 334 123 116 0 16 354 110 62
Binary 100101 110000 11011100 1010011 1001110 0 1110 11101100 1001000 110010

Color Harmonies of #2530DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2530DC

Black with #2530DC

Text Example


Text Example

White with #2530DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2530DC; }

 p { color: rgb(37,48,220); }

 H1.HeaderClassName
 {
   color: #2530DC;
 }
 .AnyTagClassName
 {
   color: #2530DC;
 }
</style>

background-color css

<style>
 a { background-color: #2530DC; }

 a { background-color: rgb(37,48,220); }

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

border-color css

<style>
 span { border-color: #2530DC; }

 span { border-color: rgb(37,48,220); }

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