Html Css Color HEX #251FCE Persian Blue

📋 copy color: '#251FCE'

red 37 ◦ green 31 ◦ blue 206

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

Shades of Persian Blue #251FCE

Tints of Persian Blue #251FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 75.18%

R = 13.5%
G = 11.31%
B = 75.18%

CMYK

 C value IS 0.82

 M value IS 0.85

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#251FCE (or 0x251FCE) is known color: Persian Blue. HEX triplet: 25, 1F and CE. RGB value is (37,31,206). Sum of RGB (Red+Green+Blue) = 37+31+206=274 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.50% from 274); Green value is 31 (12.5% from 255 or 11.31% from 274); Blue value is 206 (80.86% from 255 or 75.18% from 274); Max value from RGB is 206 - color contains mainly: blue. Hex color #251FCE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251FCE is #DAE031. Grayscale: #343434. Windows color (decimal): -14344242 or 13508389. OLE color: 13508389.

HSL color Cylindrical-coordinate representation of color #251FCE: hue angle of 242.06º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #251FCE is Cyan = 0.82, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 37 31 206 -
CMYK 0.82 0.85 0 0.19
HSL 242.06º 0.74% 0.46% -
HSV(B) 242.06º 0.85% 0.81% -
XYZ 12.39 5.83 58.86 -
YUV 52.74 214.49 116.77 -
System Red Green Blue C M Y K H S L
Decimal 37 31 206 0.82 0.85 0 0.19 242.06 0.74 0.46
Hex 25 1F CE 52 55 0 13 F2 4A 2E
Octal 45 37 316 122 125 0 23 362 112 56
Binary 100101 11111 11001110 1010010 1010101 0 10011 11110010 1001010 101110

Color Harmonies of #251FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FCE

Black with #251FCE

Text Example


Text Example

White with #251FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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