Html Css Color HEX #251AF6 Blue

📋 copy color: '#251AF6'

red 37 ◦ green 26 ◦ blue 246

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

Shades of Blue #251AF6

Tints of Blue #251AF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 79.61%

R = 11.97%
G = 8.41%
B = 79.61%

CMYK

 C value IS 0.85

 M value IS 0.89

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#251AF6 (or 0x251AF6) is known color: Blue. HEX triplet: 25, 1A and F6. RGB value is (37,26,246). Sum of RGB (Red+Green+Blue) = 37+26+246=309 (40% of max value = 765). Red value is 37 (14.84% from 255 or 11.97% from 309); Green value is 26 (10.55% from 255 or 8.41% from 309); Blue value is 246 (96.48% from 255 or 79.61% from 309); Max value from RGB is 246 - color contains mainly: blue. Hex color #251AF6 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251AF6 is #DAE509. Grayscale: #353535. Windows color (decimal): -14345482 or 16128549. OLE color: 16128549.

HSL color Cylindrical-coordinate representation of color #251AF6: hue angle of 243º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251AF6 is Cyan = 0.85, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 37 26 246 -
CMYK 0.85 0.89 0 0.04
HSL 243º 0.92% 0.53% -
HSV(B) 243º 0.89% 0.96% -
XYZ 17.77 7.79 87.76 -
YUV 54.37 236.14 115.61 -
System Red Green Blue C M Y K H S L
Decimal 37 26 246 0.85 0.89 0 0.04 243 0.92 0.53
Hex 25 1A F6 55 59 0 4 F3 5C 35
Octal 45 32 366 125 131 0 4 363 134 65
Binary 100101 11010 11110110 1010101 1011001 0 100 11110011 1011100 110101

Color Harmonies of #251AF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251AF6

Black with #251AF6

Text Example


Text Example

White with #251AF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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