#250CF4

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

Shades of Blue #250CF4

Tints of Blue #250CF4

Color information

#250CF4 (or 0x250CF4) is unknown color: approx Blue. HEX triplet: 25, 0C and F4. RGB value is (37,12,244). Sum of RGB (Red+Green+Blue) = 37+12+244=293 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.63% from 293); Green value is 12 (5.08% from 255 or 4.10% from 293); Blue value is 244 (95.70% from 255 or 83.28% from 293); Max value from RGB is 244 - color contains mainly: blue. Hex color #250CF4 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250CF4 is #DAF30B. Grayscale: #2D2D2D. Windows color (decimal): -14349068 or 15993893. OLE color: 15993893.

HSL color Cylindrical-coordinate representation of color #250CF4: hue angle of 246.47º degrees, saturation: 0.91, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250CF4 is Cyan = 0.85, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB3712244-
CMYK0.850.9500.04
HSL246.47º91.34%50.2%-
HSV(B)246.47º95.08%95.69%-
XYZ17.227.1986.07-
YUV45.92239.78121.64-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 12.63%
GREEN value IS 12 (5.08% from 255) = 4.10%
BLUE value IS 244 (95.70% from 255) = 83.28%
R=12.63%
G=4.10%
B=83.28%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal37122440.850.9500.04246.4791.3450.2
Hex25CF4555F04f65b32
Octal45143641251370436613362
Binary100101110011110100101010110111110100111101101011011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250CF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,12,244); }

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

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

 a { background-color: rgb(37,12,244); }

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

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

 span { border-color: rgb(37,12,244); }

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