#250BEA

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

Shades of Blue #250BEA

Tints of Blue #250BEA

Color information

#250BEA (or 0x250BEA) is unknown color: approx Blue. HEX triplet: 25, 0B and EA. RGB value is (37,11,234). Sum of RGB (Red+Green+Blue) = 37+11+234=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 234 (91.80% from 255 or 82.98% from 282); Max value from RGB is 234 - color contains mainly: blue. Hex color #250BEA is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250BEA is #DAF415. Grayscale: #2B2B2B. Windows color (decimal): -14349334 or 15338277. OLE color: 15338277.

HSL color Cylindrical-coordinate representation of color #250BEA: hue angle of 247º degrees, saturation: 0.91, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #250BEA is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB3711234-
CMYK0.840.9500.08
HSL247º91.02%48.04%-
HSV(B)247º95.3%91.76%-
XYZ15.736.5778.28-
YUV44.2235.11122.87-

RGB Variations

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

RGB

RED value IS 37 (14.84% from 255) = 13.12%
GREEN value IS 11 (4.69% from 255) = 3.90%
BLUE value IS 234 (91.80% from 255) = 82.98%
R=13.12%
G=3.90%
B=82.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal37112340.840.9500.0824791.0248.04
Hex25BEA545F08f75b30
Octal451335212413701036713360
Binary1001011011111010101010100101111101000111101111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #250BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(37,11,234); }

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

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

 a { background-color: rgb(37,11,234); }

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

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

 span { border-color: rgb(37,11,234); }

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