Html Css Color HEX #250FFF Blue

📋 copy color: '#250FFF'

red 37 ◦ green 15 ◦ blue 255

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

Shades of Blue #250FFF

Tints of Blue #250FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 83.06%

R = 12.05%
G = 4.89%
B = 83.06%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#250FFF (or 0x250FFF) is known color: Blue. HEX triplet: 25, 0F and FF. RGB value is (37,15,255). Sum of RGB (Red+Green+Blue) = 37+15+255=307 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.05% from 307); Green value is 15 (6.25% from 255 or 4.89% from 307); Blue value is 255 (100% from 255 or 83.06% from 307); Max value from RGB is 255 - color contains mainly: blue. Hex color #250FFF is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250FFF is #DAF000. Grayscale: #303030. Windows color (decimal): -14348289 or 16715557. OLE color: 16715557.

HSL color Cylindrical-coordinate representation of color #250FFF: hue angle of 245.5º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #250FFF is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 37 15 255 -
CMYK 0.85 0.94 0 0
HSL 245.5º 1% 0.53% -
HSV(B) 245.5º 0.94% 1% -
XYZ 18.98 7.95 95.14 -
YUV 48.94 244.29 119.49 -
System Red Green Blue C M Y K H S L
Decimal 37 15 255 0.85 0.94 0 0 245.5 1 0.53
Hex 25 F FF 55 5E 0 0 F6 64 35
Octal 45 17 377 125 136 0 0 366 144 65
Binary 100101 1111 11111111 1010101 1011110 0 0 11110110 1100100 110101

Color Harmonies of #250FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250FFF

Black with #250FFF

Text Example


Text Example

White with #250FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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