Html Css Color HEX #250CFE Blue

📋 copy color: '#250CFE'

red 37 ◦ green 12 ◦ blue 254

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

Shades of Blue #250CFE

Tints of Blue #250CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 83.83%

R = 12.21%
G = 3.96%
B = 83.83%

CMYK

 C value IS 0.85

 M value IS 0.95

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#250CFE (or 0x250CFE) is known color: Blue. HEX triplet: 25, 0C and FE. RGB value is (37,12,254). Sum of RGB (Red+Green+Blue) = 37+12+254=303 (40% of max value = 765). Red value is 37 (14.84% from 255 or 12.21% from 303); Green value is 12 (5.08% from 255 or 3.96% from 303); Blue value is 254 (99.61% from 255 or 83.83% from 303); Max value from RGB is 254 - color contains mainly: blue. Hex color #250CFE is not a web safe color. Web safe color analog (approx): #3300FF. Inversed color of #250CFE is #DAF301. Grayscale: #2E2E2E. Windows color (decimal): -14349058 or 16649253. OLE color: 16649253.

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

Color convert

RGB 37 12 254 -
CMYK 0.85 0.95 0 0.00
HSL 246.2º 0.99% 0.52% -
HSV(B) 246.2º 0.95% 1% -
XYZ 18.78 7.81 94.28 -
YUV 47.06 244.78 120.82 -
System Red Green Blue C M Y K H S L
Decimal 37 12 254 0.85 0.95 0 0.00 246.2 0.99 0.52
Hex 25 C FE 55 5F 0 0 F6 63 34
Octal 45 14 376 125 137 0 0 366 143 64
Binary 100101 1100 11111110 1010101 1011111 0 0 11110110 1100011 110100

Color Harmonies of #250CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #250CFE

Black with #250CFE

Text Example


Text Example

White with #250CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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