Html Css Color HEX #251DDB Persian Blue

📋 copy color: '#251DDB'

red 37 ◦ green 29 ◦ blue 219

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

Shades of Persian Blue #251DDB

Tints of Persian Blue #251DDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 76.84%

R = 12.98%
G = 10.18%
B = 76.84%

CMYK

 C value IS 0.83

 M value IS 0.87

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#251DDB (or 0x251DDB) is known color: Persian Blue. HEX triplet: 25, 1D and DB. RGB value is (37,29,219). Sum of RGB (Red+Green+Blue) = 37+29+219=285 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.98% from 285); Green value is 29 (11.72% from 255 or 10.18% from 285); Blue value is 219 (85.94% from 255 or 76.84% from 285); Max value from RGB is 219 - color contains mainly: blue. Hex color #251DDB is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251DDB is #DAE224. Grayscale: #343434. Windows color (decimal): -14344741 or 14359845. OLE color: 14359845.

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

Color convert

RGB 37 29 219 -
CMYK 0.83 0.87 0 0.14
HSL 242.53º 0.77% 0.49% -
HSV(B) 242.53º 0.87% 0.86% -
XYZ 13.99 6.39 67.51 -
YUV 53.05 221.65 116.55 -
System Red Green Blue C M Y K H S L
Decimal 37 29 219 0.83 0.87 0 0.14 242.53 0.77 0.49
Hex 25 1D DB 53 57 0 E F3 4D 31
Octal 45 35 333 123 127 0 16 363 115 61
Binary 100101 11101 11011011 1010011 1010111 0 1110 11110011 1001101 110001

Color Harmonies of #251DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251DDB

Black with #251DDB

Text Example


Text Example

White with #251DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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