Html Css Color HEX #250FE6 Blue

📋 copy color: '#250FE6'

red 37 ◦ green 15 ◦ blue 230

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

Shades of Blue #250FE6

Tints of Blue #250FE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 81.56%

R = 13.12%
G = 5.32%
B = 81.56%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#250FE6 (or 0x250FE6) is known color: Blue. HEX triplet: 25, 0F and E6. RGB value is (37,15,230). Sum of RGB (Red+Green+Blue) = 37+15+230=282 (37% of max value = 765). Red value is 37 (14.84% from 255 or 13.12% from 282); Green value is 15 (6.25% from 255 or 5.32% from 282); Blue value is 230 (90.23% from 255 or 81.56% from 282); Max value from RGB is 230 - color contains mainly: blue. Hex color #250FE6 is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250FE6 is #DAF019. Grayscale: #2D2D2D. Windows color (decimal): -14348314 or 15077157. OLE color: 15077157.

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

Color convert

RGB 37 15 230 -
CMYK 0.84 0.93 0 0.10
HSL 246.14º 0.88% 0.48% -
HSV(B) 246.14º 0.93% 0.9% -
XYZ 15.22 6.45 75.31 -
YUV 46.09 231.79 121.52 -
System Red Green Blue C M Y K H S L
Decimal 37 15 230 0.84 0.93 0 0.10 246.14 0.88 0.48
Hex 25 F E6 54 5D 0 A F6 58 30
Octal 45 17 346 124 135 0 12 366 130 60
Binary 100101 1111 11100110 1010100 1011101 0 1010 11110110 1011000 110000

Color Harmonies of #250FE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250FE6

Black with #250FE6

Text Example


Text Example

White with #250FE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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