Html Css Color HEX #250EFB Blue

📋 copy color: '#250EFB'

red 37 ◦ green 14 ◦ blue 251

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

Shades of Blue #250EFB

Tints of Blue #250EFB

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.64%

 BLUE value IS 251 (98.44% from 255) = 83.11%

R = 12.25%
G = 4.64%
B = 83.11%

CMYK

 C value IS 0.85

 M value IS 0.94

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#250EFB (or 0x250EFB) is known color: Blue. HEX triplet: 25, 0E and FB. RGB value is (37,14,251). Sum of RGB (Red+Green+Blue) = 37+14+251=302 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.25% from 302); Green value is 14 (5.86% from 255 or 4.64% from 302); Blue value is 251 (98.44% from 255 or 83.11% from 302); Max value from RGB is 251 - color contains mainly: blue. Hex color #250EFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250EFB is #DAF104. Grayscale: #2E2E2E. Windows color (decimal): -14348549 or 16453157. OLE color: 16453157.

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

Color convert

RGB 37 14 251 -
CMYK 0.85 0.94 0 0.02
HSL 245.82º 0.97% 0.52% -
HSV(B) 245.82º 0.94% 0.98% -
XYZ 18.33 7.67 91.78 -
YUV 47.9 242.62 120.23 -
System Red Green Blue C M Y K H S L
Decimal 37 14 251 0.85 0.94 0 0.02 245.82 0.97 0.52
Hex 25 E FB 55 5E 0 2 F6 61 34
Octal 45 16 373 125 136 0 2 366 141 64
Binary 100101 1110 11111011 1010101 1011110 0 10 11110110 1100001 110100

Color Harmonies of #250EFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250EFB

Black with #250EFB

Text Example


Text Example

White with #250EFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(37,14,251); }

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

background-color css

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

 a { background-color: rgb(37,14,251); }

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

border-color css

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

 span { border-color: rgb(37,14,251); }

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