Html Css Color HEX #250EFE Blue

📋 copy color: '#250EFE'

red 37 ◦ green 14 ◦ blue 254

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

Shades of Blue #250EFE

Tints of Blue #250EFE

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.59%

 BLUE value IS 254 (99.61% from 255) = 83.28%

R = 12.13%
G = 4.59%
B = 83.28%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#250EFE (or 0x250EFE) is known color: Blue. HEX triplet: 25, 0E and FE. RGB value is (37,14,254). Sum of RGB (Red+Green+Blue) = 37+14+254=305 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.13% from 305); Green value is 14 (5.86% from 255 or 4.59% from 305); Blue value is 254 (99.61% from 255 or 83.28% from 305); Max value from RGB is 254 - color contains mainly: blue. Hex color #250EFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250EFE is #DAF101. Grayscale: #2F2F2F. Windows color (decimal): -14348546 or 16649765. OLE color: 16649765.

HSL color Cylindrical-coordinate representation of color #250EFE: hue angle of 245.75º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250EFE is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 37 14 254 -
CMYK 0.85 0.94 0 0.00
HSL 245.75º 0.99% 0.53% -
HSV(B) 245.75º 0.94% 1% -
XYZ 18.81 7.86 94.29 -
YUV 48.24 244.12 119.99 -
System Red Green Blue C M Y K H S L
Decimal 37 14 254 0.85 0.94 0 0.00 245.75 0.99 0.53
Hex 25 E FE 55 5E 0 0 F6 63 35
Octal 45 16 376 125 136 0 0 366 143 65
Binary 100101 1110 11111110 1010101 1011110 0 0 11110110 1100011 110101

Color Harmonies of #250EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250EFE

Black with #250EFE

Text Example


Text Example

White with #250EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #250EFE; }

 p { color: rgb(37,14,254); }

 H1.HeaderClassName
 {
   color: #250EFE;
 }
 .AnyTagClassName
 {
   color: #250EFE;
 }
</style>

background-color css

<style>
 a { background-color: #250EFE; }

 a { background-color: rgb(37,14,254); }

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

border-color css

<style>
 span { border-color: #250EFE; }

 span { border-color: rgb(37,14,254); }

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