Html Css Color HEX #2542DB Persian Blue

📋 copy color: '#2542DB'

red 37 ◦ green 66 ◦ blue 219

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

Shades of Persian Blue #2542DB

Tints of Persian Blue #2542DB

RGB

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

 GREEN value IS 66 (26.17% from 255) = 20.5%

 BLUE value IS 219 (85.94% from 255) = 68.01%

R = 11.49%
G = 20.5%
B = 68.01%

CMYK

 C value IS 0.83

 M value IS 0.70

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#2542DB (or 0x2542DB) is known color: Persian Blue. HEX triplet: 25, 42 and DB. RGB value is (37,66,219). Sum of RGB (Red+Green+Blue) = 37+66+219=322 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.49% from 322); Green value is 66 (26.17% from 255 or 20.50% from 322); Blue value is 219 (85.94% from 255 or 68.01% from 322); Max value from RGB is 219 - color contains mainly: blue. Hex color #2542DB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #2542DB is #DABD24. Grayscale: #4A4A4A. Windows color (decimal): -14335269 or 14369317. OLE color: 14369317.

HSL color Cylindrical-coordinate representation of color #2542DB: hue angle of 230.44º 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 #2542DB is Cyan = 0.83, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 37 66 219 -
CMYK 0.83 0.70 0 0.14
HSL 230.44º 0.72% 0.5% -
HSV(B) 230.44º 0.83% 0.86% -
XYZ 15.5 9.4 68.02 -
YUV 74.77 209.39 101.06 -
System Red Green Blue C M Y K H S L
Decimal 37 66 219 0.83 0.70 0 0.14 230.44 0.72 0.5
Hex 25 42 DB 53 46 0 E E6 48 32
Octal 45 102 333 123 106 0 16 346 110 62
Binary 100101 1000010 11011011 1010011 1000110 0 1110 11100110 1001000 110010

Color Harmonies of #2542DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2542DB

Black with #2542DB

Text Example


Text Example

White with #2542DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2542DB; }

 p { color: rgb(37,66,219); }

 H1.HeaderClassName
 {
   color: #2542DB;
 }
 .AnyTagClassName
 {
   color: #2542DB;
 }
</style>

background-color css

<style>
 a { background-color: #2542DB; }

 a { background-color: rgb(37,66,219); }

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

border-color css

<style>
 span { border-color: #2542DB; }

 span { border-color: rgb(37,66,219); }

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