Html Css Color HEX #251EDE Persian Blue

📋 copy color: '#251EDE'

red 37 ◦ green 30 ◦ blue 222

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

Shades of Persian Blue #251EDE

Tints of Persian Blue #251EDE

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.38%

 BLUE value IS 222 (87.11% from 255) = 76.82%

R = 12.8%
G = 10.38%
B = 76.82%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#251EDE (or 0x251EDE) is known color: Persian Blue. HEX triplet: 25, 1E and DE. RGB value is (37,30,222). Sum of RGB (Red+Green+Blue) = 37+30+222=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 30 (12.11% from 255 or 10.38% from 289); Blue value is 222 (87.11% from 255 or 76.82% from 289); Max value from RGB is 222 - color contains mainly: blue. Hex color #251EDE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251EDE is #DAE121. Grayscale: #353535. Windows color (decimal): -14344482 or 14556709. OLE color: 14556709.

HSL color Cylindrical-coordinate representation of color #251EDE: hue angle of 242.19º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #251EDE is Cyan = 0.83, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 37 30 222 -
CMYK 0.83 0.86 0 0.13
HSL 242.19º 0.76% 0.49% -
HSV(B) 242.19º 0.86% 0.87% -
XYZ 14.41 6.6 69.62 -
YUV 53.98 222.82 115.89 -
System Red Green Blue C M Y K H S L
Decimal 37 30 222 0.83 0.86 0 0.13 242.19 0.76 0.49
Hex 25 1E DE 53 56 0 D F2 4C 31
Octal 45 36 336 123 126 0 15 362 114 61
Binary 100101 11110 11011110 1010011 1010110 0 1101 11110010 1001100 110001

Color Harmonies of #251EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251EDE

Black with #251EDE

Text Example


Text Example

White with #251EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #251EDE; }

 p { color: rgb(37,30,222); }

 H1.HeaderClassName
 {
   color: #251EDE;
 }
 .AnyTagClassName
 {
   color: #251EDE;
 }
</style>

background-color css

<style>
 a { background-color: #251EDE; }

 a { background-color: rgb(37,30,222); }

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

border-color css

<style>
 span { border-color: #251EDE; }

 span { border-color: rgb(37,30,222); }

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