Html Css Color HEX #251DBE Persian Blue

📋 copy color: '#251DBE'

red 37 ◦ green 29 ◦ blue 190

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

Shades of Persian Blue #251DBE

Tints of Persian Blue #251DBE

RGB

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

 GREEN value IS 29 (11.72% from 255) = 11.33%

 BLUE value IS 190 (74.61% from 255) = 74.22%

R = 14.45%
G = 11.33%
B = 74.22%

CMYK

 C value IS 0.81

 M value IS 0.85

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#251DBE (or 0x251DBE) is known color: Persian Blue. HEX triplet: 25, 1D and BE. RGB value is (37,29,190). Sum of RGB (Red+Green+Blue) = 37+29+190=256 (33% of max value = 765). Red value is 37 (14.84% from 255 or 14.45% from 256); Green value is 29 (11.72% from 255 or 11.33% from 256); Blue value is 190 (74.61% from 255 or 74.22% from 256); Max value from RGB is 190 - color contains mainly: blue. Hex color #251DBE is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DBE is #DAE241. Grayscale: #313131. Windows color (decimal): -14344770 or 12459301. OLE color: 12459301.

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

Color convert

RGB 37 29 190 -
CMYK 0.81 0.85 0 0.25
HSL 242.98º 0.74% 0.43% -
HSV(B) 242.98º 0.85% 0.75% -
XYZ 10.5 4.99 49.13 -
YUV 49.75 207.15 118.91 -
System Red Green Blue C M Y K H S L
Decimal 37 29 190 0.81 0.85 0 0.25 242.98 0.74 0.43
Hex 25 1D BE 51 55 0 19 F3 4A 2B
Octal 45 35 276 121 125 0 31 363 112 53
Binary 100101 11101 10111110 1010001 1010101 0 11001 11110011 1001010 101011

Color Harmonies of #251DBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251DBE

Black with #251DBE

Text Example


Text Example

White with #251DBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,29,190); }

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

background-color css

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

 a { background-color: rgb(37,29,190); }

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

border-color css

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

 span { border-color: rgb(37,29,190); }

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