Html Css Color HEX #251CF1 Blue

📋 copy color: '#251CF1'

red 37 ◦ green 28 ◦ blue 241

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

Shades of Blue #251CF1

Tints of Blue #251CF1

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.15%

 BLUE value IS 241 (94.53% from 255) = 78.76%

R = 12.09%
G = 9.15%
B = 78.76%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#251CF1 (or 0x251CF1) is known color: Blue. HEX triplet: 25, 1C and F1. RGB value is (37,28,241). Sum of RGB (Red+Green+Blue) = 37+28+241=306 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.09% from 306); Green value is 28 (11.33% from 255 or 9.15% from 306); Blue value is 241 (94.53% from 255 or 78.76% from 306); Max value from RGB is 241 - color contains mainly: blue. Hex color #251CF1 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251CF1 is #DAE30E. Grayscale: #363636. Windows color (decimal): -14344975 or 15801381. OLE color: 15801381.

HSL color Cylindrical-coordinate representation of color #251CF1: hue angle of 242.54º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251CF1 is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 37 28 241 -
CMYK 0.85 0.88 0 0.05
HSL 242.54º 0.88% 0.53% -
HSV(B) 242.54º 0.88% 0.95% -
XYZ 17.06 7.57 83.78 -
YUV 54.97 232.98 115.18 -
System Red Green Blue C M Y K H S L
Decimal 37 28 241 0.85 0.88 0 0.05 242.54 0.88 0.53
Hex 25 1C F1 55 58 0 5 F3 58 35
Octal 45 34 361 125 130 0 5 363 130 65
Binary 100101 11100 11110001 1010101 1011000 0 101 11110011 1011000 110101

Color Harmonies of #251CF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251CF1

Black with #251CF1

Text Example


Text Example

White with #251CF1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,28,241); }

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

background-color css

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

 a { background-color: rgb(37,28,241); }

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

border-color css

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

 span { border-color: rgb(37,28,241); }

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