Html Css Color HEX #250BEB Blue

📋 copy color: '#250BEB'

red 37 ◦ green 11 ◦ blue 235

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

Shades of Blue #250BEB

Tints of Blue #250BEB

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.89%

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

R = 13.07%
G = 3.89%
B = 83.04%

CMYK

 C value IS 0.84

 M value IS 0.95

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#250BEB (or 0x250BEB) is known color: Blue. HEX triplet: 25, 0B and EB. RGB value is (37,11,235). Sum of RGB (Red+Green+Blue) = 37+11+235=283 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.07% from 283); Green value is 11 (4.69% from 255 or 3.89% from 283); Blue value is 235 (92.19% from 255 or 83.04% from 283); Max value from RGB is 235 - color contains mainly: blue. Hex color #250BEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250BEB is #DAF414. Grayscale: #2B2B2B. Windows color (decimal): -14349333 or 15403813. OLE color: 15403813.

HSL color Cylindrical-coordinate representation of color #250BEB: hue angle of 246.96º 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 #250BEB is Cyan = 0.84, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 37 11 235 -
CMYK 0.84 0.95 0 0.08
HSL 246.96º 0.91% 0.48% -
HSV(B) 246.96º 0.95% 0.92% -
XYZ 15.88 6.63 79.04 -
YUV 44.31 235.61 122.79 -
System Red Green Blue C M Y K H S L
Decimal 37 11 235 0.84 0.95 0 0.08 246.96 0.91 0.48
Hex 25 B EB 54 5F 0 8 F7 5B 30
Octal 45 13 353 124 137 0 10 367 133 60
Binary 100101 1011 11101011 1010100 1011111 0 1000 11110111 1011011 110000

Color Harmonies of #250BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250BEB

Black with #250BEB

Text Example


Text Example

White with #250BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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