Html Css Color HEX #250CEB Blue

📋 copy color: '#250CEB'

red 37 ◦ green 12 ◦ blue 235

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

Shades of Blue #250CEB

Tints of Blue #250CEB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.23%

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

R = 13.03%
G = 4.23%
B = 82.75%

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

#250CEB (or 0x250CEB) is known color: Blue. HEX triplet: 25, 0C and EB. RGB value is (37,12,235). Sum of RGB (Red+Green+Blue) = 37+12+235=284 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.03% from 284); Green value is 12 (5.08% from 255 or 4.23% from 284); Blue value is 235 (92.19% from 255 or 82.75% from 284); Max value from RGB is 235 - color contains mainly: blue. Hex color #250CEB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250CEB is #DAF314. Grayscale: #2C2C2C. Windows color (decimal): -14349077 or 15404069. OLE color: 15404069.

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

Color convert

RGB 37 12 235 -
CMYK 0.84 0.95 0 0.08
HSL 246.73º 0.9% 0.48% -
HSV(B) 246.73º 0.95% 0.92% -
XYZ 15.89 6.65 79.04 -
YUV 44.9 235.28 122.37 -
System Red Green Blue C M Y K H S L
Decimal 37 12 235 0.84 0.95 0 0.08 246.73 0.9 0.48
Hex 25 C EB 54 5F 0 8 F7 5A 30
Octal 45 14 353 124 137 0 10 367 132 60
Binary 100101 1100 11101011 1010100 1011111 0 1000 11110111 1011010 110000

Color Harmonies of #250CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CEB

Black with #250CEB

Text Example


Text Example

White with #250CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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