Html Css Color HEX #251FFA Blue

📋 copy color: '#251FFA'

red 37 ◦ green 31 ◦ blue 250

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

Shades of Blue #251FFA

Tints of Blue #251FFA

RGB

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

 GREEN value IS 31 (12.5% from 255) = 9.75%

 BLUE value IS 250 (98.05% from 255) = 78.62%

R = 11.64%
G = 9.75%
B = 78.62%

CMYK

 C value IS 0.85

 M value IS 0.88

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#251FFA (or 0x251FFA) is known color: Blue. HEX triplet: 25, 1F and FA. RGB value is (37,31,250). Sum of RGB (Red+Green+Blue) = 37+31+250=318 (42% of max value = 765). Red value is 37 (14.84% from 255 or 11.64% from 318); Green value is 31 (12.5% from 255 or 9.75% from 318); Blue value is 250 (98.05% from 255 or 78.62% from 318); Max value from RGB is 250 - color contains mainly: blue. Hex color #251FFA is not a web safe color. Web safe color analog (approx): #3333FF. Inversed color of #251FFA is #DAE005. Grayscale: #383838. Windows color (decimal): -14344198 or 16391973. OLE color: 16391973.

HSL color Cylindrical-coordinate representation of color #251FFA: hue angle of 241.64º degrees, saturation: 0.96, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #251FFA is Cyan = 0.85, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 31 250 -
CMYK 0.85 0.88 0 0.02
HSL 241.64º 0.96% 0.55% -
HSV(B) 241.64º 0.88% 0.98% -
XYZ 18.51 8.28 91.06 -
YUV 57.76 236.49 113.19 -
System Red Green Blue C M Y K H S L
Decimal 37 31 250 0.85 0.88 0 0.02 241.64 0.96 0.55
Hex 25 1F FA 55 58 0 2 F2 60 37
Octal 45 37 372 125 130 0 2 362 140 67
Binary 100101 11111 11111010 1010101 1011000 0 10 11110010 1100000 110111

Color Harmonies of #251FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #251FFA

Black with #251FFA

Text Example


Text Example

White with #251FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,31,250); }

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

background-color css

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

 a { background-color: rgb(37,31,250); }

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

border-color css

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

 span { border-color: rgb(37,31,250); }

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