Html Css Color HEX #251AED Blue

📋 copy color: '#251AED'

red 37 ◦ green 26 ◦ blue 237

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

Shades of Blue #251AED

Tints of Blue #251AED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 79%

R = 12.33%
G = 8.67%
B = 79%

CMYK

 C value IS 0.84

 M value IS 0.89

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#251AED (or 0x251AED) is known color: Blue. HEX triplet: 25, 1A and ED. RGB value is (37,26,237). Sum of RGB (Red+Green+Blue) = 37+26+237=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 26 (10.55% from 255 or 8.67% from 300); Blue value is 237 (92.97% from 255 or 79% from 300); Max value from RGB is 237 - color contains mainly: blue. Hex color #251AED is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251AED is #DAE512. Grayscale: #343434. Windows color (decimal): -14345491 or 15538725. OLE color: 15538725.

HSL color Cylindrical-coordinate representation of color #251AED: hue angle of 243.13º degrees, saturation: 0.85, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #251AED is Cyan = 0.84, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 26 237 -
CMYK 0.84 0.89 0 0.07
HSL 243.13º 0.85% 0.52% -
HSV(B) 243.13º 0.89% 0.93% -
XYZ 16.42 7.25 80.65 -
YUV 53.34 231.64 116.34 -
System Red Green Blue C M Y K H S L
Decimal 37 26 237 0.84 0.89 0 0.07 243.13 0.85 0.52
Hex 25 1A ED 54 59 0 7 F3 55 34
Octal 45 32 355 124 131 0 7 363 125 64
Binary 100101 11010 11101101 1010100 1011001 0 111 11110011 1010101 110100

Color Harmonies of #251AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251AED

Black with #251AED

Text Example


Text Example

White with #251AED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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