Html Css Color HEX #251FDC Persian Blue

📋 copy color: '#251FDC'

red 37 ◦ green 31 ◦ blue 220

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

Shades of Persian Blue #251FDC

Tints of Persian Blue #251FDC

RGB

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

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

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

R = 12.85%
G = 10.76%
B = 76.39%

CMYK

 C value IS 0.83

 M value IS 0.86

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#251FDC (or 0x251FDC) is known color: Persian Blue. HEX triplet: 25, 1F and DC. RGB value is (37,31,220). Sum of RGB (Red+Green+Blue) = 37+31+220=288 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.85% from 288); Green value is 31 (12.5% from 255 or 10.76% from 288); Blue value is 220 (86.33% from 255 or 76.39% from 288); Max value from RGB is 220 - color contains mainly: blue. Hex color #251FDC is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FDC is #DAE023. Grayscale: #353535. Windows color (decimal): -14344228 or 14425893. OLE color: 14425893.

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

Color convert

RGB 37 31 220 -
CMYK 0.83 0.86 0 0.14
HSL 241.9º 0.75% 0.49% -
HSV(B) 241.9º 0.86% 0.86% -
XYZ 14.17 6.54 68.23 -
YUV 54.34 221.49 115.63 -
System Red Green Blue C M Y K H S L
Decimal 37 31 220 0.83 0.86 0 0.14 241.9 0.75 0.49
Hex 25 1F DC 53 56 0 E F2 4B 31
Octal 45 37 334 123 126 0 16 362 113 61
Binary 100101 11111 11011100 1010011 1010110 0 1110 11110010 1001011 110001

Color Harmonies of #251FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FDC

Black with #251FDC

Text Example


Text Example

White with #251FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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