Html Css Color HEX #251AF9 Blue

📋 copy color: '#251AF9'

red 37 ◦ green 26 ◦ blue 249

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

Shades of Blue #251AF9

Tints of Blue #251AF9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 79.81%

R = 11.86%
G = 8.33%
B = 79.81%

CMYK

 C value IS 0.85

 M value IS 0.90

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#251AF9 (or 0x251AF9) is known color: Blue. HEX triplet: 25, 1A and F9. RGB value is (37,26,249). Sum of RGB (Red+Green+Blue) = 37+26+249=312 (41% of max value = 765). Red value is 37 (14.84% from 255 or 11.86% from 312); Green value is 26 (10.55% from 255 or 8.33% from 312); Blue value is 249 (97.66% from 255 or 79.81% from 312); Max value from RGB is 249 - color contains mainly: blue. Hex color #251AF9 is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251AF9 is #DAE506. Grayscale: #353535. Windows color (decimal): -14345479 or 16325157. OLE color: 16325157.

HSL color Cylindrical-coordinate representation of color #251AF9: hue angle of 242.96º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #251AF9 is Cyan = 0.85, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 26 249 -
CMYK 0.85 0.90 0 0.02
HSL 242.96º 0.95% 0.54% -
HSV(B) 242.96º 0.9% 0.98% -
XYZ 18.23 7.97 90.2 -
YUV 54.71 237.64 115.37 -
System Red Green Blue C M Y K H S L
Decimal 37 26 249 0.85 0.90 0 0.02 242.96 0.95 0.54
Hex 25 1A F9 55 5A 0 2 F3 5F 36
Octal 45 32 371 125 132 0 2 363 137 66
Binary 100101 11010 11111001 1010101 1011010 0 10 11110011 1011111 110110

Color Harmonies of #251AF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251AF9

Black with #251AF9

Text Example


Text Example

White with #251AF9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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