Html Css Color HEX #251AD4 Persian Blue

📋 copy color: '#251AD4'

red 37 ◦ green 26 ◦ blue 212

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

Shades of Persian Blue #251AD4

Tints of Persian Blue #251AD4

RGB

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

 GREEN value IS 26 (10.55% from 255) = 9.45%

 BLUE value IS 212 (83.2% from 255) = 77.09%

R = 13.45%
G = 9.45%
B = 77.09%

CMYK

 C value IS 0.83

 M value IS 0.88

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#251AD4 (or 0x251AD4) is known color: Persian Blue. HEX triplet: 25, 1A and D4. RGB value is (37,26,212). Sum of RGB (Red+Green+Blue) = 37+26+212=275 (36% of max value = 765). Red value is 37 (14.84% from 255 or 13.45% from 275); Green value is 26 (10.55% from 255 or 9.45% from 275); Blue value is 212 (83.20% from 255 or 77.09% from 275); Max value from RGB is 212 - color contains mainly: blue. Hex color #251AD4 is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251AD4 is #DAE52B. Grayscale: #313131. Windows color (decimal): -14345516 or 13900325. OLE color: 13900325.

HSL color Cylindrical-coordinate representation of color #251AD4: hue angle of 243.55º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251AD4 is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 37 26 212 -
CMYK 0.83 0.88 0 0.17
HSL 243.55º 0.78% 0.47% -
HSV(B) 243.55º 0.88% 0.83% -
XYZ 13.02 5.89 62.74 -
YUV 50.49 219.14 118.38 -
System Red Green Blue C M Y K H S L
Decimal 37 26 212 0.83 0.88 0 0.17 243.55 0.78 0.47
Hex 25 1A D4 53 58 0 11 F4 4E 2F
Octal 45 32 324 123 130 0 21 364 116 57
Binary 100101 11010 11010100 1010011 1011000 0 10001 11110100 1001110 101111

Color Harmonies of #251AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251AD4

Black with #251AD4

Text Example


Text Example

White with #251AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,26,212); }

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

background-color css

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

 a { background-color: rgb(37,26,212); }

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

border-color css

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

 span { border-color: rgb(37,26,212); }

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