Html Css Color HEX #250CFB Blue

📋 copy color: '#250CFB'

red 37 ◦ green 12 ◦ blue 251

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

Shades of Blue #250CFB

Tints of Blue #250CFB

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4%

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

R = 12.33%
G = 4%
B = 83.67%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#250CFB (or 0x250CFB) is known color: Blue. HEX triplet: 25, 0C and FB. RGB value is (37,12,251). Sum of RGB (Red+Green+Blue) = 37+12+251=300 (39% of max value = 765). Red value is 37 (14.84% from 255 or 12.33% from 300); Green value is 12 (5.08% from 255 or 4% from 300); Blue value is 251 (98.44% from 255 or 83.67% from 300); Max value from RGB is 251 - color contains mainly: blue. Hex color #250CFB is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250CFB is #DAF304. Grayscale: #2D2D2D. Windows color (decimal): -14349061 or 16452645. OLE color: 16452645.

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

Color convert

RGB 37 12 251 -
CMYK 0.85 0.95 0 0.02
HSL 246.28º 0.97% 0.52% -
HSV(B) 246.28º 0.95% 0.98% -
XYZ 18.31 7.62 91.77 -
YUV 46.72 243.28 121.07 -
System Red Green Blue C M Y K H S L
Decimal 37 12 251 0.85 0.95 0 0.02 246.28 0.97 0.52
Hex 25 C FB 55 5F 0 2 F6 61 34
Octal 45 14 373 125 137 0 2 366 141 64
Binary 100101 1100 11111011 1010101 1011111 0 10 11110110 1100001 110100

Color Harmonies of #250CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CFB

Black with #250CFB

Text Example


Text Example

White with #250CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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