Html Css Color HEX #250FFB Blue

📋 copy color: '#250FFB'

red 37 ◦ green 15 ◦ blue 251

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

Shades of Blue #250FFB

Tints of Blue #250FFB

RGB

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

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

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

R = 12.21%
G = 4.95%
B = 82.84%

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

#250FFB (or 0x250FFB) is known color: Blue. HEX triplet: 25, 0F and FB. RGB value is (37,15,251). Sum of RGB (Red+Green+Blue) = 37+15+251=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 15 (6.25% from 255 or 4.95% from 303); Blue value is 251 (98.44% from 255 or 82.84% from 303); Max value from RGB is 251 - color contains mainly: blue. Hex color #250FFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250FFB is #DAF004. Grayscale: #2F2F2F. Windows color (decimal): -14348293 or 16453413. OLE color: 16453413.

HSL color Cylindrical-coordinate representation of color #250FFB: hue angle of 245.59º 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 #250FFB is Cyan = 0.85, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 37 15 251 -
CMYK 0.85 0.94 0 0.02
HSL 245.59º 0.97% 0.52% -
HSV(B) 245.59º 0.94% 0.98% -
XYZ 18.35 7.7 91.79 -
YUV 48.48 242.29 119.81 -
System Red Green Blue C M Y K H S L
Decimal 37 15 251 0.85 0.94 0 0.02 245.59 0.97 0.52
Hex 25 F FB 55 5E 0 2 F6 61 34
Octal 45 17 373 125 136 0 2 366 141 64
Binary 100101 1111 11111011 1010101 1011110 0 10 11110110 1100001 110100

Color Harmonies of #250FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250FFB

Black with #250FFB

Text Example


Text Example

White with #250FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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