Html Css Color HEX #250EEB Blue

📋 copy color: '#250EEB'

red 37 ◦ green 14 ◦ blue 235

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

Shades of Blue #250EEB

Tints of Blue #250EEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 82.17%

R = 12.94%
G = 4.9%
B = 82.17%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#250EEB (or 0x250EEB) is known color: Blue. HEX triplet: 25, 0E and EB. RGB value is (37,14,235). Sum of RGB (Red+Green+Blue) = 37+14+235=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 235 (92.19% from 255 or 82.17% from 286); Max value from RGB is 235 - color contains mainly: blue. Hex color #250EEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250EEB is #DAF114. Grayscale: #2D2D2D. Windows color (decimal): -14348565 or 15404581. OLE color: 15404581.

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

Color convert

RGB 37 14 235 -
CMYK 0.84 0.94 0 0.08
HSL 246.24º 0.89% 0.49% -
HSV(B) 246.24º 0.94% 0.92% -
XYZ 15.92 6.71 79.05 -
YUV 46.07 234.62 121.53 -
System Red Green Blue C M Y K H S L
Decimal 37 14 235 0.84 0.94 0 0.08 246.24 0.89 0.49
Hex 25 E EB 54 5E 0 8 F6 59 31
Octal 45 16 353 124 136 0 10 366 131 61
Binary 100101 1110 11101011 1010100 1011110 0 1000 11110110 1011001 110001

Color Harmonies of #250EEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250EEB

Black with #250EEB

Text Example


Text Example

White with #250EEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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