Html Css Color HEX #251ACD Persian Blue

📋 copy color: '#251ACD'

red 37 ◦ green 26 ◦ blue 205

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

Shades of Persian Blue #251ACD

Tints of Persian Blue #251ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 76.49%

R = 13.81%
G = 9.7%
B = 76.49%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#251ACD (or 0x251ACD) is known color: Persian Blue. HEX triplet: 25, 1A and CD. RGB value is (37,26,205). Sum of RGB (Red+Green+Blue) = 37+26+205=268 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.81% from 268); Green value is 26 (10.55% from 255 or 9.70% from 268); Blue value is 205 (80.47% from 255 or 76.49% from 268); Max value from RGB is 205 - color contains mainly: blue. Hex color #251ACD is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251ACD is #DAE532. Grayscale: #303030. Windows color (decimal): -14345523 or 13441573. OLE color: 13441573.

HSL color Cylindrical-coordinate representation of color #251ACD: hue angle of 243.69º degrees, saturation: 0.77, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #251ACD is Cyan = 0.82, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 37 26 205 -
CMYK 0.82 0.87 0 0.20
HSL 243.69º 0.77% 0.45% -
HSV(B) 243.69º 0.87% 0.8% -
XYZ 12.15 5.54 58.19 -
YUV 49.7 215.64 118.95 -
System Red Green Blue C M Y K H S L
Decimal 37 26 205 0.82 0.87 0 0.20 243.69 0.77 0.45
Hex 25 1A CD 52 57 0 14 F4 4D 2D
Octal 45 32 315 122 127 0 24 364 115 55
Binary 100101 11010 11001101 1010010 1010111 0 10100 11110100 1001101 101101

Color Harmonies of #251ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251ACD

Black with #251ACD

Text Example


Text Example

White with #251ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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