Html Css Color HEX #251ACF Persian Blue

📋 copy color: '#251ACF'

red 37 ◦ green 26 ◦ blue 207

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

Shades of Persian Blue #251ACF

Tints of Persian Blue #251ACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 76.67%

R = 13.7%
G = 9.63%
B = 76.67%

CMYK

 C value IS 0.82

 M value IS 0.87

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#251ACF (or 0x251ACF) is known color: Persian Blue. HEX triplet: 25, 1A and CF. RGB value is (37,26,207). Sum of RGB (Red+Green+Blue) = 37+26+207=270 (35% of max value = 765). Red value is 37 (14.84% from 255 or 13.70% from 270); Green value is 26 (10.55% from 255 or 9.63% from 270); Blue value is 207 (81.25% from 255 or 76.67% from 270); Max value from RGB is 207 - color contains mainly: blue. Hex color #251ACF is not a web safe color. Web safe color analog (approx): #3333CC. Inversed color of #251ACF is #DAE530. Grayscale: #313131. Windows color (decimal): -14345521 or 13572645. OLE color: 13572645.

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

Color convert

RGB 37 26 207 -
CMYK 0.82 0.87 0 0.19
HSL 243.65º 0.78% 0.46% -
HSV(B) 243.65º 0.87% 0.81% -
XYZ 12.39 5.64 59.47 -
YUV 49.92 216.64 118.78 -
System Red Green Blue C M Y K H S L
Decimal 37 26 207 0.82 0.87 0 0.19 243.65 0.78 0.46
Hex 25 1A CF 52 57 0 13 F4 4E 2E
Octal 45 32 317 122 127 0 23 364 116 56
Binary 100101 11010 11001111 1010010 1010111 0 10011 11110100 1001110 101110

Color Harmonies of #251ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251ACF

Black with #251ACF

Text Example


Text Example

White with #251ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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