Html Css Color HEX #2530CF Persian Blue

📋 copy color: '#2530CF'

red 37 ◦ green 48 ◦ blue 207

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

Shades of Persian Blue #2530CF

Tints of Persian Blue #2530CF

RGB

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

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

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

R = 12.67%
G = 16.44%
B = 70.89%

CMYK

 C value IS 0.82

 M value IS 0.77

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#2530CF (or 0x2530CF) is known color: Persian Blue. HEX triplet: 25, 30 and CF. RGB value is (37,48,207). Sum of RGB (Red+Green+Blue) = 37+48+207=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 48 (19.14% from 255 or 16.44% from 292); Blue value is 207 (81.25% from 255 or 70.89% from 292); Max value from RGB is 207 - color contains mainly: blue. Hex color #2530CF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2530CF is #DACF30. Grayscale: #3E3E3E. Windows color (decimal): -14339889 or 13578277. OLE color: 13578277.

HSL color Cylindrical-coordinate representation of color #2530CF: hue angle of 236.12º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #2530CF is Cyan = 0.82, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 48 207 -
CMYK 0.82 0.77 0 0.19
HSL 236.12º 0.7% 0.48% -
HSV(B) 236.12º 0.82% 0.81% -
XYZ 13.08 7.01 59.7 -
YUV 62.84 209.36 109.57 -
System Red Green Blue C M Y K H S L
Decimal 37 48 207 0.82 0.77 0 0.19 236.12 0.7 0.48
Hex 25 30 CF 52 4D 0 13 EC 46 30
Octal 45 60 317 122 115 0 23 354 106 60
Binary 100101 110000 11001111 1010010 1001101 0 10011 11101100 1000110 110000

Color Harmonies of #2530CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2530CF

Black with #2530CF

Text Example


Text Example

White with #2530CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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