#250EFA

Color #250EFA Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue #250EFA

Tints of Blue #250EFA

Color information

#250EFA (or 0x250EFA) is unknown color: approx Blue. HEX triplet: 25, 0E and FA. RGB value is (37,14,250). Sum of RGB (Red+Green+Blue) = 37+14+250=301 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.29% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 250 (98.05% from 255 or 83.06% from 301); Max value from RGB is 250 - color contains mainly: blue. Hex color #250EFA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250EFA is #DAF105. Grayscale: #2E2E2E. Windows color (decimal): -14348550 or 16387621. OLE color: 16387621.

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

Color convert

RGB3714250-
CMYK0.850.9400.02
HSL245.85º95.93%51.76%-
HSV(B)245.85º94.4%98.04%-
XYZ18.187.6190.95-
YUV47.78242.12120.31-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.29%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 250 (98.05% from 255) = 83.06%
R=12.29%
G=4.65%
B=83.06%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal37142500.850.9400.02245.8595.9351.76
Hex25EFA555E02f66034
Octal45163721251360236614064
Binary10010111101111101010101011011110010111101101100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250EFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #250EFA;
 }
 .AnyTagClassName
 {
   color: #250EFA;
 }
</style>
background-color css

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

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

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

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

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

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