Html Css Color HEX #251FE0 Persian Blue

📋 copy color: '#251FE0'

red 37 ◦ green 31 ◦ blue 224

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

Shades of Persian Blue #251FE0

Tints of Persian Blue #251FE0

RGB

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

 GREEN value IS 31 (12.5% from 255) = 10.62%

 BLUE value IS 224 (87.89% from 255) = 76.71%

R = 12.67%
G = 10.62%
B = 76.71%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#251FE0 (or 0x251FE0) is known color: Persian Blue. HEX triplet: 25, 1F and E0. RGB value is (37,31,224). Sum of RGB (Red+Green+Blue) = 37+31+224=292 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.67% from 292); Green value is 31 (12.5% from 255 or 10.62% from 292); Blue value is 224 (87.89% from 255 or 76.71% from 292); Max value from RGB is 224 - color contains mainly: blue. Hex color #251FE0 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FE0 is #DAE01F. Grayscale: #363636. Windows color (decimal): -14344224 or 14688037. OLE color: 14688037.

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

Color convert

RGB 37 31 224 -
CMYK 0.83 0.86 0 0.12
HSL 241.87º 0.76% 0.5% -
HSV(B) 241.87º 0.86% 0.88% -
XYZ 14.71 6.76 71.05 -
YUV 54.8 223.49 115.31 -
System Red Green Blue C M Y K H S L
Decimal 37 31 224 0.83 0.86 0 0.12 241.87 0.76 0.5
Hex 25 1F E0 53 56 0 C F2 4C 32
Octal 45 37 340 123 126 0 14 362 114 62
Binary 100101 11111 11100000 1010011 1010110 0 1100 11110010 1001100 110010

Color Harmonies of #251FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FE0

Black with #251FE0

Text Example


Text Example

White with #251FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,31,224); }

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

background-color css

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

 a { background-color: rgb(37,31,224); }

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

border-color css

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

 span { border-color: rgb(37,31,224); }

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