Html Css Color HEX #250DEC Blue

📋 copy color: '#250DEC'

red 37 ◦ green 13 ◦ blue 236

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

Shades of Blue #250DEC

Tints of Blue #250DEC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.55%

 BLUE value IS 236 (92.58% from 255) = 82.52%

R = 12.94%
G = 4.55%
B = 82.52%

CMYK

 C value IS 0.84

 M value IS 0.94

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#250DEC (or 0x250DEC) is known color: Blue. HEX triplet: 25, 0D and EC. RGB value is (37,13,236). Sum of RGB (Red+Green+Blue) = 37+13+236=286 (37% of max value = 765). Red value is 37 (14.84% from 255 or 12.94% from 286); Green value is 13 (5.47% from 255 or 4.55% from 286); Blue value is 236 (92.58% from 255 or 82.52% from 286); Max value from RGB is 236 - color contains mainly: blue. Hex color #250DEC is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250DEC is #DAF213. Grayscale: #2C2C2C. Windows color (decimal): -14348820 or 15469861. OLE color: 15469861.

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

Color convert

RGB 37 13 236 -
CMYK 0.84 0.94 0 0.07
HSL 246.46º 0.9% 0.49% -
HSV(B) 246.46º 0.94% 0.93% -
XYZ 16.05 6.74 79.81 -
YUV 45.6 235.45 121.87 -
System Red Green Blue C M Y K H S L
Decimal 37 13 236 0.84 0.94 0 0.07 246.46 0.9 0.49
Hex 25 D EC 54 5E 0 7 F6 5A 31
Octal 45 15 354 124 136 0 7 366 132 61
Binary 100101 1101 11101100 1010100 1011110 0 111 11110110 1011010 110001

Color Harmonies of #250DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250DEC

Black with #250DEC

Text Example


Text Example

White with #250DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,13,236); }

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

background-color css

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

 a { background-color: rgb(37,13,236); }

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

border-color css

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

 span { border-color: rgb(37,13,236); }

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