Html Css Color HEX #250FED Blue

📋 copy color: '#250FED'

red 37 ◦ green 15 ◦ blue 237

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

Shades of Blue #250FED

Tints of Blue #250FED

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.19%

 BLUE value IS 237 (92.97% from 255) = 82.01%

R = 12.8%
G = 5.19%
B = 82.01%

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

#250FED (or 0x250FED) is known color: Blue. HEX triplet: 25, 0F and ED. RGB value is (37,15,237). Sum of RGB (Red+Green+Blue) = 37+15+237=289 (38% of max value = 765). Red value is 37 (14.84% from 255 or 12.80% from 289); Green value is 15 (6.25% from 255 or 5.19% from 289); Blue value is 237 (92.97% from 255 or 82.01% from 289); Max value from RGB is 237 - color contains mainly: blue. Hex color #250FED is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250FED is #DAF012. Grayscale: #2E2E2E. Windows color (decimal): -14348307 or 15535909. OLE color: 15535909.

HSL color Cylindrical-coordinate representation of color #250FED: hue angle of 245.95º degrees, saturation: 0.88, 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 #250FED is Cyan = 0.84, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 37 15 237 -
CMYK 0.84 0.94 0 0.07
HSL 245.95º 0.88% 0.49% -
HSV(B) 245.95º 0.94% 0.93% -
XYZ 16.22 6.85 80.59 -
YUV 46.89 235.29 120.95 -
System Red Green Blue C M Y K H S L
Decimal 37 15 237 0.84 0.94 0 0.07 245.95 0.88 0.49
Hex 25 F ED 54 5E 0 7 F6 58 31
Octal 45 17 355 124 136 0 7 366 130 61
Binary 100101 1111 11101101 1010100 1011110 0 111 11110110 1011000 110001

Color Harmonies of #250FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250FED

Black with #250FED

Text Example


Text Example

White with #250FED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,15,237); }

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

background-color css

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

 a { background-color: rgb(37,15,237); }

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

border-color css

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

 span { border-color: rgb(37,15,237); }

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